mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add support for the Clarion language
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user