#CLIPS Syntax Highlighter for Sublime Text and TextMate
This package provides syntax highlighting for the language used in [CLIPS] 1, a forward chaining production system in the field of Artificial Intelligence.
The origins of the C Language Integrated Production System (CLIPS) date back to 1984 at NASA's Johnson Space Center. More info at CLIPS History
I recommend using the excellent Sublime Package Control to install Sublime Text 2 packages.
Once you have Package Control installed, activate your Command Palette and choose Package Control: Install Package
.
Then, search for *CLIPS Rules and press Enter. In mere moments you'll be up and running with full syntax highlighting, tab completion and more. Huzzah!
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone https://github.com/psicomante/CLIPS-sublime CLIPS.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
mkdir clips-textmate-bundle.tmbundle && curl -L https://github.com/psicomante/CLIPS-sublime/tarball/master | tar xz --strip 1 -C clips-textmate-bundle.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
This was originally a fork of http://blog.iharder.net/2009/04/06/clips-formatting-bundle-for-textmate.
This Source Code Form is subject to the terms of the GNU General Public License v3. If a copy of the GPL was not distributed with this file, You can obtain one at http://www.gnu.org/licenses/gpl.html.