WinRDBI Syntax Highlighting on Notepad++
In this small guide, you will be guided in the steps to add Syntax Highlighting and Auto-Complete features for WinRDBI Relational Algebra for Notepad++.
Step 1: Create a new file called userDefineLang.xml
in %APPDATA%\Notepad++\
, and add to it the content of this
gist.
Step2: Create a new file called winrdbi.xml in
%PROGRAMFILES%\Notepad++\plugins\APIs\
, and add to it the content of
this gist.
Step3: If your background is white, the highlighting will look ugly,
for that you need a dark theme for notepad, in order to activate a theme
compatible with this Syntax Highlighter, you’ll have to create a file
called Obsidian_mod.xml
in %PROGRAMFILES%\Notepad++\themes\
, and add
to it the content of this
gist.
Then enable Obsidian_mod in Notepad++: Settings -> Style Configurator -> Select theme: Obsidian_Mod
Result:
blog comments powered by Disqus