From fbb31f018cb46464a914ec3f85f8fa8a0a55eef4 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Sun, 21 Oct 2012 23:46:09 -0700 Subject: [PATCH 1/2] Added support for the CLIPS programming language CLIPS or C language integrated production system is a tool for writing expert systems. --- lib/linguist/languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 9c754c96..bb300c56 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -187,6 +187,7 @@ C++: - .hxx - .tcc + C-ObjDump: type: data lexer: c-objdump @@ -204,6 +205,10 @@ C2hs Haskell: extensions: - .chs +CLIPS: + type: programming + primary_extension: .clp + CMake: primary_extension: .cmake extensions: From 696573b14c823a18b92d00d0e74041ce4363d963 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Mon, 22 Oct 2012 00:00:08 -0700 Subject: [PATCH 2/2] Fixed an issue where the lexer was not explicitly stated for CLIPS --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index bb300c56..62f9ba69 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -207,6 +207,7 @@ C2hs Haskell: CLIPS: type: programming + lexer: Text only primary_extension: .clp CMake: