TextMate for Pawn

This commit is contained in:
ziggi
2015-07-18 03:27:07 +03:00
parent e1dbd68713
commit b36c4f2428
5 changed files with 14 additions and 8 deletions

3
.gitmodules vendored
View File

@@ -662,3 +662,6 @@
[submodule "vendor/grammars/language-ncl"]
path = vendor/grammars/language-ncl
url = https://github.com/rpavlick/language-ncl.git
[submodule "vendor/grammars/pawn-sublime-language"]
path = vendor/grammars/pawn-sublime-language
url = https://github.com/Southclaw/pawn-sublime-language.git

View File

@@ -413,6 +413,8 @@ vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
- source.oz
vendor/grammars/pascal.tmbundle:
- source.pascal
vendor/grammars/pawn-sublime-language/:
- source.pawn
vendor/grammars/perl.tmbundle/:
- source.perl
- source.perl.6

View File

@@ -2374,14 +2374,6 @@ Oz:
tm_scope: source.oz
ace_mode: text
PAWN:
type: programming
color: "#dbb284"
extensions:
- .pwn
tm_scope: source.c++
ace_mode: c_cpp
PHP:
type: programming
tm_scope: text.html.php
@@ -2485,6 +2477,14 @@ Pascal:
- .pp
ace_mode: pascal
Pawn:
type: programming
color: "#dbb284"
extensions:
- .pwn
tm_scope: source.pawn
ace_mode: text
Perl:
type: programming
tm_scope: source.perl