ricksladkey / ClipsLanguage

Visual Studio CLIPS Language Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLIPS Language Support for Visual Studio

This is is an extension for Visual Studio for the CLIPS rules-based programming language.

Installation

To install the extension, either use Tools → Extensions and Updates… or go to the Visual Studio Gallery.

Screenshot

Syntax Highlighting Sample

Features

Syntax Highlighting

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)

About

Visual Studio CLIPS Language Extension

License:Other


Languages

Language:C# 54.6%Language:CLIPS 45.4%