From ce928d8b6433ba3c832f61a3f10476f2c05a133a Mon Sep 17 00:00:00 2001 From: Brahn Partridge Date: Mon, 24 Nov 2014 11:30:25 +0100 Subject: [PATCH] Add support for the Clarion language --- grammars.yml | 2 ++ lib/linguist/languages.yml | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/grammars.yml b/grammars.yml index fbf087d3..15aeb74c 100644 --- a/grammars.yml +++ b/grammars.yml @@ -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: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 51200cb5..d1c930e1 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -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"