mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-28 04:06:02 +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
|
- source.glsl
|
||||||
https://github.com/fancy-lang/fancy-tmbundle:
|
https://github.com/fancy-lang/fancy-tmbundle:
|
||||||
- source.fancy
|
- source.fancy
|
||||||
|
https://github.com/fushnisoft/SublimeClarion:
|
||||||
|
- source.clarion
|
||||||
https://github.com/gingerbeardman/monkey.tmbundle:
|
https://github.com/gingerbeardman/monkey.tmbundle:
|
||||||
- source.monkey
|
- source.monkey
|
||||||
https://github.com/guillermooo/dart-sublime-bundle/raw/master/Dart.tmLanguage:
|
https://github.com/guillermooo/dart-sublime-bundle/raw/master/Dart.tmLanguage:
|
||||||
|
|||||||
@@ -427,6 +427,20 @@ Cirru:
|
|||||||
extensions:
|
extensions:
|
||||||
- .cirru
|
- .cirru
|
||||||
|
|
||||||
|
Clarion:
|
||||||
|
type: programming
|
||||||
|
color: #f29200
|
||||||
|
extensions:
|
||||||
|
- .clw
|
||||||
|
- .inc
|
||||||
|
- .tpl
|
||||||
|
- .tpw
|
||||||
|
- .equ
|
||||||
|
- .int
|
||||||
|
- .txa
|
||||||
|
- .txd
|
||||||
|
tm_scope: source.clarion
|
||||||
|
|
||||||
Clean:
|
Clean:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#3a81ad"
|
color: "#3a81ad"
|
||||||
|
|||||||
Reference in New Issue
Block a user