gogo2 / npp-glsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npp-glsl

GLSL support for notepad++

GLSL 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 GLSL.xml file.
  2. If you want to use autocomplete for GLSL on Darcula theme, rename it to GLSL_Darcula.xml*
  3. Copy to c:\Program Files\Notepad++\plugins\APIs.
  4. Restart Notepad++.

About

License:MIT License