Grammar for Less from Atom package

This commit is contained in:
Paul Chaignon
2016-02-03 14:22:23 +01:00
parent eb8eb28ca7
commit 889a395340
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -710,3 +710,6 @@
[submodule "vendor/grammars/perl6fe"]
path = vendor/grammars/perl6fe
url = https://github.com/MadcapJake/language-perl6fe.git
[submodule "vendor/grammars/language-less"]
path = vendor/grammars/language-less
url = https://github.com/atom/language-less.git

View File

@@ -354,6 +354,8 @@ vendor/grammars/language-javascript:
vendor/grammars/language-jsoniq/:
- source.jq
- source.xq
vendor/grammars/language-less/:
- source.css.less
vendor/grammars/language-maxscript:
- source.maxscript
vendor/grammars/language-ncl:

View File

@@ -1834,7 +1834,7 @@ Less:
group: CSS
extensions:
- .less
tm_scope: none
tm_scope: source.css.less
ace_mode: less
color: "#A1D9A1"