Page 1 of 1
Instructions for creating syntax files
Posted: Wed Apr 25, 2007 4:40 pm
by JeffGuild
Can anyone tell me where to find an instruction document on creating syntax highlighting (*.syn) files? I need to create one for a somewhat esoteric language.
Posted: Wed Apr 25, 2007 5:09 pm
by morteda
I found this document:
http://www.aspectscripting.com/TextPad4 ... _v-1_0.doc
Within this main page:
http://www.aspectscripting.com/resources.shtml
It's Procomm stuff (I prefer WRQ Reflection) but it steps through creation with screenshots. May help? I've only applied them, never created them.
Posted: Wed Apr 25, 2007 5:14 pm
by Bob Hansen
Available in TextPad Help.
Open TextPad/Help/Help Topics/Index
enter "syntax" without quotes.
Double click on syntax
Double click on "Syntax Definition Files"
Look at existing syntax files for examples.
Instructions for creating syntax files
Posted: Wed Apr 25, 2007 6:25 pm
by JeffGuild
Thank you, morteda and Bob. Both documents are very helpful.