mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-25 18:55:35 +00:00
Merge pull request #2119 from pchaigno/new-grammars
Grammars for 4 languages
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -615,3 +615,15 @@
|
|||||||
[submodule "vendor/grammars/mediawiki.tmbundle"]
|
[submodule "vendor/grammars/mediawiki.tmbundle"]
|
||||||
path = vendor/grammars/mediawiki.tmbundle
|
path = vendor/grammars/mediawiki.tmbundle
|
||||||
url = https://github.com/textmate/mediawiki.tmbundle
|
url = https://github.com/textmate/mediawiki.tmbundle
|
||||||
|
[submodule "vendor/grammars/BrightScript.tmbundle"]
|
||||||
|
path = vendor/grammars/BrightScript.tmbundle
|
||||||
|
url = https://github.com/cmink/BrightScript.tmbundle
|
||||||
|
[submodule "vendor/grammars/Stylus"]
|
||||||
|
path = vendor/grammars/Stylus
|
||||||
|
url = https://github.com/billymoon/Stylus
|
||||||
|
[submodule "vendor/grammars/asciidoc.tmbundle"]
|
||||||
|
path = vendor/grammars/asciidoc.tmbundle
|
||||||
|
url = https://github.com/zuckschwerdt/asciidoc.tmbundle
|
||||||
|
[submodule "vendor/grammars/sublime-text-pig-latin"]
|
||||||
|
path = vendor/grammars/sublime-text-pig-latin
|
||||||
|
url = https://github.com/goblindegook/sublime-text-pig-latin
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ vendor/grammars/Alloy.tmbundle:
|
|||||||
- source.alloy
|
- source.alloy
|
||||||
vendor/grammars/AutoHotkey/:
|
vendor/grammars/AutoHotkey/:
|
||||||
- source.ahk
|
- source.ahk
|
||||||
|
vendor/grammars/BrightScript.tmbundle/:
|
||||||
|
- source.brightauthorproject
|
||||||
|
- source.brightscript
|
||||||
vendor/grammars/CLIPS-sublime:
|
vendor/grammars/CLIPS-sublime:
|
||||||
- source.clips
|
- source.clips
|
||||||
vendor/grammars/ColdFusion:
|
vendor/grammars/ColdFusion:
|
||||||
@@ -88,6 +91,8 @@ vendor/grammars/Slash.tmbundle:
|
|||||||
vendor/grammars/Stata.tmbundle:
|
vendor/grammars/Stata.tmbundle:
|
||||||
- source.mata
|
- source.mata
|
||||||
- source.stata
|
- source.stata
|
||||||
|
vendor/grammars/Stylus/:
|
||||||
|
- source.stylus
|
||||||
vendor/grammars/Sublime-Coq:
|
vendor/grammars/Sublime-Coq:
|
||||||
- source.coq
|
- source.coq
|
||||||
vendor/grammars/Sublime-HTTP:
|
vendor/grammars/Sublime-HTTP:
|
||||||
@@ -145,6 +150,8 @@ vendor/grammars/apache.tmbundle:
|
|||||||
- source.apache-config.mod_perl
|
- source.apache-config.mod_perl
|
||||||
vendor/grammars/applescript.tmbundle:
|
vendor/grammars/applescript.tmbundle:
|
||||||
- source.applescript
|
- source.applescript
|
||||||
|
vendor/grammars/asciidoc.tmbundle/:
|
||||||
|
- text.html.asciidoc
|
||||||
vendor/grammars/asp.tmbundle:
|
vendor/grammars/asp.tmbundle:
|
||||||
- source.asp
|
- source.asp
|
||||||
- text.html.asp
|
- text.html.asp
|
||||||
@@ -479,6 +486,8 @@ vendor/grammars/sublime-tea:
|
|||||||
- source.tea
|
- source.tea
|
||||||
vendor/grammars/sublime-text-ox/:
|
vendor/grammars/sublime-text-ox/:
|
||||||
- source.ox
|
- source.ox
|
||||||
|
vendor/grammars/sublime-text-pig-latin/:
|
||||||
|
- source.pig_latin
|
||||||
vendor/grammars/sublime_cobol:
|
vendor/grammars/sublime_cobol:
|
||||||
- source.acucobol
|
- source.acucobol
|
||||||
- source.cobol
|
- source.cobol
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ AsciiDoc:
|
|||||||
- .asciidoc
|
- .asciidoc
|
||||||
- .adoc
|
- .adoc
|
||||||
- .asc
|
- .asc
|
||||||
tm_scope: none
|
tm_scope: text.html.asciidoc
|
||||||
|
|
||||||
AspectJ:
|
AspectJ:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -336,7 +336,7 @@ Brightscript:
|
|||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
- .brs
|
- .brs
|
||||||
tm_scope: none
|
tm_scope: source.brightscript
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
Bro:
|
Bro:
|
||||||
@@ -2254,7 +2254,7 @@ PigLatin:
|
|||||||
color: "#fcd7de"
|
color: "#fcd7de"
|
||||||
extensions:
|
extensions:
|
||||||
- .pig
|
- .pig
|
||||||
tm_scope: none
|
tm_scope: source.pig_latin
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
Pike:
|
Pike:
|
||||||
@@ -2894,7 +2894,7 @@ Stylus:
|
|||||||
group: CSS
|
group: CSS
|
||||||
extensions:
|
extensions:
|
||||||
- .styl
|
- .styl
|
||||||
tm_scope: none
|
tm_scope: source.stylus
|
||||||
ace_mode: stylus
|
ace_mode: stylus
|
||||||
|
|
||||||
SuperCollider:
|
SuperCollider:
|
||||||
|
|||||||
1
vendor/grammars/BrightScript.tmbundle
vendored
Submodule
1
vendor/grammars/BrightScript.tmbundle
vendored
Submodule
Submodule vendor/grammars/BrightScript.tmbundle added at 905791b02b
1
vendor/grammars/Stylus
vendored
Submodule
1
vendor/grammars/Stylus
vendored
Submodule
Submodule vendor/grammars/Stylus added at b9214d1ffd
1
vendor/grammars/asciidoc.tmbundle
vendored
Submodule
1
vendor/grammars/asciidoc.tmbundle
vendored
Submodule
Submodule vendor/grammars/asciidoc.tmbundle added at 28063ea46c
1
vendor/grammars/sublime-text-pig-latin
vendored
Submodule
1
vendor/grammars/sublime-text-pig-latin
vendored
Submodule
Submodule vendor/grammars/sublime-text-pig-latin added at 54ed29189f
Reference in New Issue
Block a user