Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix C++ queries and update tree-sitter-cpp (#7285) | Dimitri Sabadie | 2023-06-07 |
| | |||
* | c/c++ highlighting: various tweaks | Sam McCall | 2022-10-15 |
| | | | | | | | | | | - treat `restrict`/`_Atomic` like `const`/`volatile` => @keyword.storage.modifier - highlight `unsigned int` as builtin => @type.builtin - recognize `static_cast` and friends => @keyword - `template` is a kind of entity like `typename` => @keyword.storage.type - many declaration modifiers have nothing to do with storage/types (explicit, friend, access specifiers, inline in C++) => @keyword - fix floats highlighted as integer => @constant.numeric | ||
* | c/c++ highlights: *& are @type or @operator based on context (#4278) | Sam McCall | 2022-10-15 |
| | |||
* | Fix C++ syntax highlighting, and improve C & WGSL highlighting (#4079) | Chickenkeeper | 2022-10-14 |
| | |||
* | update cpp queries (#930) | Houkime | 2021-10-29 |
| | | | Co-authored-by: Houkime <> | ||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |