From 672a7874897ad8906b5a04cfdcf161b933ea1cbe Mon Sep 17 00:00:00 2001 From: Ronan Date: Sun, 5 Mar 2023 10:16:41 -0800 Subject: [PATCH] Add scope text.html.rails Ventura + ST4 build 4143, in a index.html.erb, my scope was `text.html.rails`. Adding it to the example setup. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 832c97f..d1d1f69 100644 --- a/README.markdown +++ b/README.markdown @@ -52,7 +52,7 @@ Open your User Keybinding File and add the following keybinding to activate the [ { "keys": ["ctrl+shift+."], "command": "erb", "context": [ - { "key": "selector", "operator": "equal", "operand": "text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" } + { "key": "selector", "operator": "equal", "operand": "text.html.rails, text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" } ] } ]