Fixing up grammars

This commit is contained in:
Arfon Smith
2015-05-15 10:55:50 -05:00
parent 99dcd501aa
commit fa8998c6b6
2 changed files with 5 additions and 4 deletions

View File

@@ -402,7 +402,7 @@ vendor/grammars/perl.tmbundle/:
- source.perl - source.perl
- source.perl.6 - source.perl.6
vendor/grammars/php-smarty.tmbundle: vendor/grammars/php-smarty.tmbundle:
- source.smarty - text.html.smarty
vendor/grammars/php.tmbundle: vendor/grammars/php.tmbundle:
- text.html.php - text.html.php
vendor/grammars/pike-textmate: vendor/grammars/pike-textmate:
@@ -435,8 +435,8 @@ vendor/grammars/ruby.tmbundle:
- source.ruby - source.ruby
- text.html.erb - text.html.erb
vendor/grammars/sas.tmbundle: vendor/grammars/sas.tmbundle:
- source.SASLog
- source.sas - source.sas
- source.sas_log
vendor/grammars/sass-textmate-bundle: vendor/grammars/sass-textmate-bundle:
- source.sass - source.sass
vendor/grammars/scala.tmbundle: vendor/grammars/scala.tmbundle:

View File

@@ -1363,7 +1363,7 @@ HyPhy:
extensions: extensions:
- .bf - .bf
tm_scope: none tm_scope: none
IDL: IDL:
type: programming type: programming
color: "#a3522f" color: "#a3522f"
@@ -1685,7 +1685,7 @@ Latte:
group: HTML group: HTML
extensions: extensions:
- .latte - .latte
tm_scope: source.smarty tm_scope: text.html.smarty
ace_mode: smarty ace_mode: smarty
Lean: Lean:
@@ -3077,6 +3077,7 @@ Smarty:
extensions: extensions:
- .tpl - .tpl
ace_mode: smarty ace_mode: smarty
tm_scope: text.html.smarty
SourcePawn: SourcePawn:
type: programming type: programming