helix-mirror/runtime
Nikita Revenco 2b8f8df1af
feat: correct Swift highlights (#12409)
- Adds injections for the `comment` language
- Correct highlight of the `nil` value. Same highlight as `null` in javascript, java and others
- Recognize `<` and `>` as punctuation, used in generics (same color as the syntax used in other languages)
- `protocol` function methods are recognized
- When accessing object properties, like `hello.world`, the `world` is properly recognized as being a member
- Recognize the `\` as an operator
2025-01-05 10:54:45 -06:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries feat: correct Swift highlights (#12409) 2025-01-05 10:54:45 -06:00
themes Update onelight theme (#12399) 2025-01-05 10:27:38 -06:00
tutor Pluralize 'parenthesis' in the tutorial (#12015) 2024-11-20 15:57:42 -06:00