summaryrefslogtreecommitdiff
path: root/queries/swift/highlights.scm
AgeCommit message (Collapse)Author
2022-10-10feat(swift): sync highlight queries with upstreamAlex Pinkus
Upstream highlight queries have added support for Swift regex literals. This change brings that support to nvim-treesitter. Also includes some minor reordering of modifiers for logical consistency (no impact on highlighting behavior).
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-05highlights(swift): fix for_statement variable declarationAlex Pinkus
Incorporates a fix from upstream, caught due to the emacs tree-sitter plugin using an older version of tree-sitter that does stricter validation.
2022-08-16highlights(swift): add keywords "convenience", "required", "override"Stephan Seitz
2022-08-16highlights(swift): add keywords "actor", "nonisolated"Stephan Seitz
Introduced in https://github.com/alex-pinkus/tree-sitter-swift/commit/07bdffb5e6f34fb1e578f31b653479d7c4d6306c
2022-08-03Split func/method definition from calls in several programming language querieslfenzo
2022-06-19feat(swift): update parser and queries to 0.3.0 (#3035)Christian Clason
also port upstream query changes
2022-01-18highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz
2022-01-18highlights(swift): highlight `"->"` as `@operator`Stephan Seitz
2022-01-18highlights(swift): highlight punctuationStephan Seitz
"?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38
2022-01-16highlight(swift): add upstream queriesChristian Clason