This is an extension for Visual Studio that supports the CLIPS rules-based programming language. Changes in version 2.0.1: - Support for Visual Studio 2017 added
- Support fro Visual Studio 2010 removed
- Brace matching added (contributed by azeltir)
Changes in version 1.0.2: - Support for Visual Studio 2015
Changes in version 1.0.1: - Support for Visual Studio 2013
Features: Colors are controlled by the normal text editor classification types: - Comment (CLIPS comments)
- Keyword (if, then, else, etc., defrule, deftemplate, etc.)
- Operator (parentheses, etc.)
- Literal (t, nil, etc.)
- Identifier (CLIPS variables)
- Symbol Reference (conditional keywords and attribute constraints)
- Symbol Definition (name after defrule, etc.)
- Preprocessor Keyword (common CLIPS builtin functions)
- Plain Text (all other symbols)
The source code is available on GitHub.
| |