I make custom syntax highlight definitions for text editors.
When you write your .lpr addon, you need to add begin/end points, like php. At the very very top of your document, put "#LPR", at the very very end, put "##LPR". This will not alter your program in any way because # is just a comment in Lapper. When you do that, you should be greeted with lovely formatted colors.
To install:
Gedit
Gedit
When you write your .lpr addon, you need to add begin/end points, like php. At the very very top of your document, put "#LPR", at the very very end, put "##LPR". This will not alter your program in any way because # is just a comment in Lapper. When you do that, you should be greeted with lovely formatted colors.
To install:
Gedit
- Linux: put "lapper.lang" in /usr/share/gtksourceview-3.0/language-specs
- Windows: Put "lapper.lang" in C:\Program Files\gedit\share\gtksourceview-3.0\language-specs\
- Windows: Put "lapper.acp" and "lapper.stx" in the directory you installed EditPlus
- Open your settings and go to syntax
- Click "add" and navigate to the correct files for auto complete & highlighting
- Click apply & ok
- Save the file anywhere you like.
- Start NotePad
- Goto 'Language' Tab
- Click on 'Define your language'
- Click on the 'import' button
- And goto the folder you saved the file and load it into NotePad++
- Copy the lapper.ini in (Path where you installed PSPad)...\PSPad editor\Syntax . ( default is C:\Program Files\PSPad editor\Syntax )
- Open PSPad and under Settings - Highlighters setting click on <not assigned> and select on the right side lapper and Apply
Gedit
- v1.2
- Added "Event" and "EndEvent" definitions
- v1.1
- Added "Lang" and "EndLang" definitions
- v1.0
- Initial version.
- v1.0
- Initial version. Auto completion doesn't work right now
- v1.0
- Initial version. Credit to Bass-Driver for this syntax
- v1.0
- Initial version. Credit to Tim NL for this syntax