summaryrefslogtreecommitdiff
path: root/tests/examplefiles/omg-idl/example.idl.output
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-201-228/+228
| | | | The CFamilyLexer was matching whitespace as Text instead of Whitespace.
* Support for OMG IDL (#1595)Fred Hornsey2021-05-021-0/+733
* Support for OMG IDL Lexer for [Object Management Group Interface Definition Language](https://www.omg.org/spec/IDL/About-IDL/). * Allow Whitespace Before include in C Preprocessor It wasn't highlighting the included filename the same as if there was no space before the include, but now it is. * Update omg-idl Tests to Latest Requirements * Update omg-idl versionadded to 2.9 Since I just realized this missed the 2.8 release. * Add Missing Operators to omg-idl