helix-mods/runtime/queries/cpp
Sam McCall aef37d43d7 c/c++ highlighting: various tweaks
- 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
2022-10-15 09:33:43 -05:00
..
highlights.scm c/c++ highlighting: various tweaks 2022-10-15 09:33:43 -05:00
indents.scm Indentation rework (#1562) 2022-03-31 00:08:07 +09:00
injections.scm Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
textobjects.scm Add textobjects and indents to c and cpp (#1293) 2022-01-04 10:53:04 +09:00