Hello,
I'd like to add syntax highlighting support for another language, one similar to C/C++. I can't find any documentation regarding the named properties used in the lexer files. Is there a standard set of properties defined for the lexers?
Thanks,
Tom
Lexer properties
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jun 25, 2008 5:10 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Lexer properties
Hi,
CodeLite uses the Scintilla as the underlying editing component.
I wrote a document on how to add new syntax highlight to CodeLite here:
http://codelite.org/LiteEditor/AddingNewLexer
Hope it is clear
Eran
CodeLite uses the Scintilla as the underlying editing component.
I wrote a document on how to add new syntax highlight to CodeLite here:
http://codelite.org/LiteEditor/AddingNewLexer
Hope it is clear
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jun 25, 2008 5:10 pm
- Contact:
Re: Lexer properties
Thanks! That's just what I was looking for.
Tom
Tom