helix-mirror/runtime/queries/swift
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
..
highlights.scm feat: correct Swift highlights (#12409) 2025-01-05 10:54:45 -06:00
injections.scm feat: correct Swift highlights (#12409) 2025-01-05 10:54:45 -06:00
locals.scm Update Swift Grammar and Queries (#10802) 2024-06-07 12:29:42 -05:00
textobjects.scm Update Swift Grammar and Queries (#10802) 2024-06-07 12:29:42 -05:00