From 4ab6fbd6e075eb9cfe591f5f7cb30ee76cd7da16 Mon Sep 17 00:00:00 2001 From: Larry Gadea Date: Fri, 26 Oct 2012 13:03:59 -1000 Subject: [PATCH] proper interpolated comment highlight themes usually use "meta.embedded.line.*" to identify interpolated source within a string. i.e. in a scenario like alert("the value is: #{value}"), some themes (like Twilight) apply a background highlight on the #{value} section if using that prefix. --- Syntaxes/CoffeeScript.tmLanguage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/CoffeeScript.tmLanguage b/Syntaxes/CoffeeScript.tmLanguage index a2f5efb..1d1bf9e 100644 --- a/Syntaxes/CoffeeScript.tmLanguage +++ b/Syntaxes/CoffeeScript.tmLanguage @@ -645,7 +645,7 @@ end \} name - source.coffee.embedded.source + meta.embedded.line.coffee patterns