From 1cfdb6decde34b13513e8231a7191ec6084020de Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Thu, 11 Dec 2014 09:35:33 -0500 Subject: [PATCH] Use atom/language-sass's Sass grammar This works better than the old Ruby Sass.tmbundle we were pulling from svn.textmate.org. atom/language-sass also contains an SCSS grammar, but I didn't switch to using that grammar because it isn't obviously better than our current one and I'm not an SCSS expert. --- grammars.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/grammars.yml b/grammars.yml index ae0245e4..a509a253 100644 --- a/grammars.yml +++ b/grammars.yml @@ -9,8 +9,6 @@ http://svn.textmate.org/trunk/Review/Bundles/Forth.tmbundle: - source.forth http://svn.textmate.org/trunk/Review/Bundles/Parrot.tmbundle: - source.parrot.pir -http://svn.textmate.org/trunk/Review/Bundles/Ruby%20Sass.tmbundle: -- source.sass http://svn.textmate.org/trunk/Review/Bundles/SecondLife%20LSL.tmbundle: - source.lsl http://svn.textmate.org/trunk/Review/Bundles/VHDL.tmbundle: @@ -92,6 +90,9 @@ https://github.com/atom/language-python: - source.python - source.regexp.python - text.python.traceback +https://github.com/atom/language-sass: +- source.css.scss +- source.sass https://github.com/atom/language-shellscript: - source.shell - text.shell-session @@ -170,6 +171,7 @@ https://github.com/lavrton/sublime-better-typescript: https://github.com/leafo/moonscript-tmbundle: - source.moonscript https://github.com/lsf37/Isabelle.tmbundle: +- source.isabelle.root - source.isabelle.theory https://github.com/lunixbochs/x86-assembly-textmate-bundle: - source.asm.x86 @@ -421,4 +423,4 @@ https://github.com/wmertens/sublime-nix: https://raw.githubusercontent.com/eregon/oz-tmbundle/master/Syntaxes/Oz.tmLanguage: - source.oz https://raw.githubusercontent.com/tenbits/sublime-mask/release/Syntaxes/mask.tmLanguage: -- source.mask \ No newline at end of file +- source.mask