Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Tag top-level typedefs the same way as function definitions | June McEnroe | 2021-01-02 |
* | Clean up C lexer | June McEnroe | 2020-12-29 |
* | Match lex/yacc %% %{ %} lines as Macro | June McEnroe | 2020-12-29 |
* | Match top-level C definitions as IdentifierTag | June McEnroe | 2020-12-29 |
* | Match C type declarations as IdentifierTag | June McEnroe | 2020-12-29 |
* | Match function-like macro definitions as IdentifierTag | June McEnroe | 2020-12-29 |
* | Reconfigure C macro start conditions | June McEnroe | 2020-12-29 |
* | Match Objective-C #import in C lexer | June McEnroe | 2020-12-29 |
* | Lex strings inside macros | June McEnroe | 2020-12-28 |
* | Add initial version of hilex | June McEnroe | 2020-12-28 |