From a817d95d6cd9b148be1b6e2b34f8cc20fbd20769 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Fri, 13 Feb 2015 11:57:21 -0500 Subject: [PATCH] Fix CSS/SVG grammar names --- lib/linguist/languages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 972a9b67..4df91c25 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -439,6 +439,7 @@ COBOL: CSS: type: markup + tm_scope: source.css ace_mode: css color: "#563d7c" extensions: @@ -2688,7 +2689,7 @@ SVG: type: data extensions: - .svg - tm_scope: source.xml + tm_scope: text.xml ace_mode: xml Sage: