1. Updated Kate syntax highlighting file
- Posted by mattlewis (admin) Jan 03, 2012
- 1527 views
I've updated the Kate syntax file for euphoria. A brief summary of my updates:
- 4.1 keywords (including memstructs)
- ifdef code folding, highlighting
- switch / case code folding (though somewhat buggy due to a bug in kate - see: https://bugs.kde.org/show_bug.cgi?id=290515 )
- multi-line / intra-line comments ( /* */ )
- highlighting and code folding for heredoc strings (backtick and triple quote)
- removed std library and EuGtk keywords
- improved number highlighting ( 0x hex, _ separators)
- with/without special highlighting
- added other common euphoria file extensions, plus CAPITALIZED variants
- memstruct primitives only highlighted inside memstruct/memunion/memtype/sizeof
- code folding for multi-line sequences
- enhanced include statement highlighting
Matt