ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CLIPS Rules

by psicomante ALL

CLIPS Syntax Highlighter for Sublime Text and TextMate

Details

  • 2016.05.06.20.28.50
  • github.​com
  • github.​com
  • 8 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 3K
  • Win 2K
  • Mac 665
  • Linux 782
Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11
Windows 0 1 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 1 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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.