diff --git a/.gitmodules b/.gitmodules index 86a2329d..de7d78eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -564,3 +564,6 @@ [submodule "vendor/grammars/sublime-apl"] path = vendor/grammars/sublime-apl url = https://github.com/StoneCypher/sublime-apl +[submodule "vendor/grammars/CLIPS-sublime"] + path = vendor/grammars/CLIPS-sublime + url = https://github.com/psicomante/CLIPS-sublime diff --git a/grammars.yml b/grammars.yml index d6b95b6e..d92ef1f1 100644 --- a/grammars.yml +++ b/grammars.yml @@ -26,6 +26,8 @@ vendor/grammars/Alloy.tmbundle: - source.alloy vendor/grammars/AutoHotkey: - source.ahk +vendor/grammars/CLIPS-sublime: +- source.clips vendor/grammars/ColdFusion: - source.cfscript - source.cfscript.cfc diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 14ee70a6..9b2942fa 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -414,7 +414,7 @@ CLIPS: type: programming extensions: - .clp - tm_scope: none + tm_scope: source.clips ace_mode: text CMake: diff --git a/vendor/grammars/CLIPS-sublime b/vendor/grammars/CLIPS-sublime new file mode 160000 index 00000000..f6904baa --- /dev/null +++ b/vendor/grammars/CLIPS-sublime @@ -0,0 +1 @@ +Subproject commit f6904baa78b8b918a7815f4f467fe0ab51c38972