mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
add ats mode from sublime package
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -555,3 +555,9 @@
|
|||||||
[submodule "vendor/grammars/liquid.tmbundle"]
|
[submodule "vendor/grammars/liquid.tmbundle"]
|
||||||
path = vendor/grammars/liquid.tmbundle
|
path = vendor/grammars/liquid.tmbundle
|
||||||
url = https://github.com/bastilian/validcode-textmate-bundles
|
url = https://github.com/bastilian/validcode-textmate-bundles
|
||||||
|
[submodule "ats-mode-sublimetext"]
|
||||||
|
path = ats-mode-sublimetext
|
||||||
|
url = https://github.com/steinwaywhw/ats-mode-sublimetext
|
||||||
|
[submodule "vendor/grammars/ats.sublime"]
|
||||||
|
path = vendor/grammars/ats.sublime
|
||||||
|
url = https://github.com/steinwaywhw/ats-mode-sublimetext
|
||||||
|
|||||||
@@ -128,6 +128,8 @@ vendor/grammars/assembly.tmbundle:
|
|||||||
vendor/grammars/atom-salt:
|
vendor/grammars/atom-salt:
|
||||||
- source.python.salt
|
- source.python.salt
|
||||||
- source.yaml.salt
|
- source.yaml.salt
|
||||||
|
vendor/grammars/ats.sublime:
|
||||||
|
- source.ats
|
||||||
vendor/grammars/autoitv3-tmbundle:
|
vendor/grammars/autoitv3-tmbundle:
|
||||||
- source.autoit.3
|
- source.autoit.3
|
||||||
vendor/grammars/awk-sublime:
|
vendor/grammars/awk-sublime:
|
||||||
|
|||||||
@@ -82,10 +82,9 @@ ATS:
|
|||||||
- ats2
|
- ats2
|
||||||
extensions:
|
extensions:
|
||||||
- .dats
|
- .dats
|
||||||
- .atxt
|
|
||||||
- .hats
|
- .hats
|
||||||
- .sats
|
- .sats
|
||||||
tm_scope: source.ocaml
|
tm_scope: source.ats
|
||||||
ace_mode: ocaml
|
ace_mode: ocaml
|
||||||
|
|
||||||
ActionScript:
|
ActionScript:
|
||||||
|
|||||||
1
vendor/grammars/ats.sublime
vendored
Submodule
1
vendor/grammars/ats.sublime
vendored
Submodule
Submodule vendor/grammars/ats.sublime added at 64f1abc71d
Reference in New Issue
Block a user