This is is an extension for Visual Studio for the CLIPS rules-based programming language.
To install the extension, either use Tools → Extensions and Updates… or go to the Visual Studio Gallery.
Colors are controlled by the normal text editor classification types in Fonts and Colors:
- 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)