Add grammar for CartoCSS

This commit is contained in:
Florian Schäfer
2015-01-02 14:27:22 +01:00
parent 6843aa7cc8
commit e8e82a1ca3
4 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -531,3 +531,6 @@
[submodule "vendor/grammars/sass-textmate-bundle"]
path = vendor/grammars/sass-textmate-bundle
url = https://github.com/nathos/sass-textmate-bundle
[submodule "vendor/grammars/carto-atom"]
path = vendor/grammars/carto-atom
url = https://github.com/yohanboniface/carto-atom

View File

@@ -136,6 +136,8 @@ vendor/grammars/c.tmbundle:
- source.c.platform
vendor/grammars/capnproto.tmbundle:
- source.capnp
vendor/grammars/carto-atom:
- source.css.mss
vendor/grammars/ceylon-sublimetext:
- module.ceylon
- source.ceylon

View File

@@ -450,12 +450,13 @@ Cap'n Proto:
ace_mode: text
CartoCSS:
type: programming
aliases:
- Carto
extensions:
- .mss
ace_mode: text
tm_scope: none
tm_scope: source.css.mss
Ceylon:
type: programming

1
vendor/grammars/carto-atom vendored Submodule