Merge pull request #2160 from brandonwamboldt/use-vcl

Use correct VCL syntax highlighting
This commit is contained in:
Arfon Smith
2015-02-26 21:02:35 -06:00
4 changed files with 8 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -630,3 +630,6 @@
[submodule "vendor/grammars/Lean.tmbundle"] [submodule "vendor/grammars/Lean.tmbundle"]
path = vendor/grammars/Lean.tmbundle path = vendor/grammars/Lean.tmbundle
url = https://github.com/leanprover/Lean.tmbundle url = https://github.com/leanprover/Lean.tmbundle
[submodule "vendor/grammars/sublime-varnish"]
path = vendor/grammars/sublime-varnish
url = https://github.com/brandonwamboldt/sublime-varnish

View File

@@ -490,6 +490,8 @@ vendor/grammars/sublime-text-ox/:
- source.ox - source.ox
vendor/grammars/sublime-text-pig-latin/: vendor/grammars/sublime-text-pig-latin/:
- source.pig_latin - source.pig_latin
vendor/grammars/sublime-varnish:
- source.varnish.vcl
vendor/grammars/sublime_cobol: vendor/grammars/sublime_cobol:
- source.acucobol - source.acucobol
- source.cobol - source.cobol

View File

@@ -3112,11 +3112,11 @@ UnrealScript:
VCL: VCL:
type: programming type: programming
ace_mode: perl
color: "#0298c3" color: "#0298c3"
extensions: extensions:
- .vcl - .vcl
tm_scope: source.perl tm_scope: source.varnish.vcl
ace_mode: text
VHDL: VHDL:
type: programming type: programming