helix-mods/runtime
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
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries c/c++ highlighting: various tweaks 2022-10-15 09:33:43 -05:00
themes Created heisenberg theme for helix editor (#4209) 2022-10-13 20:35:02 -05:00
tutor tutor: Normalize key names, capitalization, etc. 2022-10-12 18:12:54 -05:00