Remove Less grammar

This commit is contained in:
Paul Chaignon
2016-02-03 14:19:58 +01:00
parent 697b3351e6
commit eb8eb28ca7
4 changed files with 1 additions and 7 deletions

3
.gitmodules vendored
View File

@@ -340,9 +340,6 @@
[submodule "vendor/grammars/latex.tmbundle"]
path = vendor/grammars/latex.tmbundle
url = https://github.com/textmate/latex.tmbundle
[submodule "vendor/grammars/less.tmbundle"]
path = vendor/grammars/less.tmbundle
url = https://github.com/textmate/less.tmbundle
[submodule "vendor/grammars/lilypond.tmbundle"]
path = vendor/grammars/lilypond.tmbundle
url = https://github.com/textmate/lilypond.tmbundle

View File

@@ -381,8 +381,6 @@ vendor/grammars/latex.tmbundle:
- text.tex.latex
- text.tex.latex.beamer
- text.tex.latex.memoir
vendor/grammars/less.tmbundle:
- source.css.less
vendor/grammars/lilypond.tmbundle:
- source.lilypond
vendor/grammars/liquid.tmbundle:

View File

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