CLIPS Rules
CLIPS Syntax Highlighter for Sublime Text and TextMate
Details
Installs
- Total 4K
- Win 2K
- Mac 670
- Linux 788
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
CLIPS Syntax Highlighter for Sublime Text and TextMate
What's this thingie?
This package provides syntax highlighting for the language used in CLIPS, 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
Sublime Text 2 Installation
With Sublime Package Control
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!
TextMate Installation
With git
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'
Without git
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'
About & Credits
This was originally a fork of http://blog.iharder.net/2009/04/06/clips-formatting-bundle-for-textmate.
License
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.