add textmate scope for loomscript

This commit is contained in:
ellemenno
2014-11-27 10:36:03 -05:00
parent c76137efc0
commit 72c00f869c
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,8 @@ https://github.com/Varriount/NimLime:
- source.nimrod - source.nimrod
- source.nimrod_filter - source.nimrod_filter
- source.nimrodcfg - source.nimrodcfg
https://github.com/ambethia/Sublime-Loom:
- source.loomscript
https://github.com/angryant0007/VBDotNetSyntax: https://github.com/angryant0007/VBDotNetSyntax:
- source.vbnet - source.vbnet
https://github.com/anunayk/cool-tmbundle: https://github.com/anunayk/cool-tmbundle:

View File

@@ -1494,9 +1494,9 @@ LookML:
LoomScript: LoomScript:
type: programming type: programming
lexer: ActionScript 3
extensions: extensions:
- .ls - .ls
tm_scope: source.loomscript
Lua: Lua:
type: programming type: programming