You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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
2 years ago
..
highlights.scm c/c++ highlighting: various tweaks 2 years ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm Highlight comments in c, cpp, cmake and llvm (#1309) 3 years ago
textobjects.scm Add textobjects and indents to c and cpp (#1293) 3 years ago