Add support for the Clarion language

This commit is contained in:
Brahn Partridge
2014-11-24 11:30:25 +01:00
parent b556425037
commit ce928d8b64
2 changed files with 16 additions and 0 deletions

View File

@@ -135,6 +135,8 @@ https://github.com/euler0/sublime-glsl/raw/master/GLSL.tmLanguage:
- source.glsl
https://github.com/fancy-lang/fancy-tmbundle:
- source.fancy
https://github.com/fushnisoft/SublimeClarion:
- source.clarion
https://github.com/gingerbeardman/monkey.tmbundle:
- source.monkey
https://github.com/guillermooo/dart-sublime-bundle/raw/master/Dart.tmLanguage:

View File

@@ -427,6 +427,20 @@ Cirru:
extensions:
- .cirru
Clarion:
type: programming
color: #f29200
extensions:
- .clw
- .inc
- .tpl
- .tpw
- .equ
- .int
- .txa
- .txd
tm_scope: source.clarion
Clean:
type: programming
color: "#3a81ad"