Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the correct whitespace token for the C family. | Matthäus G. Chajdas | 2021-06-20 | 1 | -228/+228 |
| | | | | The CFamilyLexer was matching whitespace as Text instead of Whitespace. | ||||
* | Support for OMG IDL (#1595) | Fred Hornsey | 2021-05-02 | 1 | -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 |