Notepad++ support for ChaiScript language
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 1 commit ahead, 3 commits behind gogo2:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
ChaiScript.xml
LICENSE.md
README.md
userDefinedLang_ChaiScript.xml
userDefinedLang_ChaiScript_Darcula.xml

README.md

npp-chaiscript

ChaiScript language support for Notepad++

Features

  • Syntax highlighting
  • Simple autocomplete

Supported color schemes

  • Notepad++ Default
  • Darcula(based on dark theme from JetBrains IDEs, Notepad++ Darcula theme is recommended)

Installation

Syntax highlighter
  1. Choose and download appropriate .xml file(according to your theme preferences).
  2. Open Language menu and choose "Define user language...".
  3. Click import and choose language .xml file.
  4. Restart Notepad++, newly added language will be shown at the bottom of the Language menu.
Autocomplete
  1. Take ChaiScript.xml file.
  2. If you want to use autocomplete for ChaiScript on Darcula theme, rename it to ChaiScript_Darcula.xml
  3. Copy to c:\Program Files\Notepad++\plugins\APIs.
  4. Restart Notepad++.