Add language definition for Ur/Web

I have omitted the related .urp extension because these are small
files (projects) in a different syntax.
This commit is contained in:
Julian Squires
2015-10-03 07:44:31 -04:00
parent 98b99e38bb
commit 88cc73fa49
4 changed files with 17 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -680,3 +680,6 @@
[submodule "vendor/grammars/language-babel"] [submodule "vendor/grammars/language-babel"]
path = vendor/grammars/language-babel path = vendor/grammars/language-babel
url = https://github.com/gandm/language-babel url = https://github.com/gandm/language-babel
[submodule "vendor/grammars/UrWeb-Language-Definition"]
path = vendor/grammars/UrWeb-Language-Definition
url = https://github.com/gwalborn/UrWeb-Language-Definition.git

View File

@@ -140,6 +140,8 @@ vendor/grammars/TXL/:
- source.txl - source.txl
vendor/grammars/Textmate-Gosu-Bundle: vendor/grammars/Textmate-Gosu-Bundle:
- source.gosu.2 - source.gosu.2
vendor/grammars/UrWeb-Language-Definition:
- source.ur
vendor/grammars/VBDotNetSyntax: vendor/grammars/VBDotNetSyntax:
- source.vbnet - source.vbnet
vendor/grammars/Vala-TMBundle: vendor/grammars/Vala-TMBundle:

View File

@@ -3475,6 +3475,17 @@ UnrealScript:
tm_scope: source.java tm_scope: source.java
ace_mode: java ace_mode: java
UrWeb:
type: programming
aliases:
- Ur/Web
- Ur
extensions:
- .ur
- .urs
tm_scope: source.ur
ace_mode: text
VCL: VCL:
group: Perl group: Perl
type: programming type: programming