1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime
Ian Hobson 57ec3b7330
Add a highlight for the keyword.storage scope to the onedark theme (#11802)
Rust highlight queries make use of keyword.storage for keywords like
`struct`, `enum`, and also for modifiers like `mut` and `ref`.

Using a color that's different to the one used for
`"variable.parameter"` (red) improves differentiation for mutable
function arguments.
2024-10-01 10:05:45 +09:00
..
grammars
queries Fix some odin highlights (#11804) 2024-10-01 10:05:28 +09:00
themes Add a highlight for the keyword.storage scope to the onedark theme (#11802) 2024-10-01 10:05:45 +09:00
tutor Fix typo in tutor ch 13.5 (#11765) 2024-09-30 10:58:19 +09:00