Use actual VCL syntax highlighting

This commit is contained in:
Brandon Wamboldt
2015-02-24 16:49:59 -08:00
parent 04252c28f2
commit 71e0e2bc8e
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

@@ -3102,11 +3102,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