| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-10 | feat(swift): sync highlight queries with upstream | Alex 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-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-09-05 | highlights(swift): fix for_statement variable declaration | Alex 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-16 | highlights(swift): add keywords "convenience", "required", "override" | Stephan Seitz | |
| 2022-08-16 | highlights(swift): add keywords "actor", "nonisolated" | Stephan Seitz | |
| Introduced in https://github.com/alex-pinkus/tree-sitter-swift/commit/07bdffb5e6f34fb1e578f31b653479d7c4d6306c | |||
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2022-06-19 | feat(swift): update parser and queries to 0.3.0 (#3035) | Christian Clason | |
| also port upstream query changes | |||
| 2022-01-18 | highlights(swift): add more `@operator`s and `implicit` keyword | Stephan Seitz | |
| 2022-01-18 | highlights(swift): highlight `"->"` as `@operator` | Stephan Seitz | |
| 2022-01-18 | highlights(swift): highlight punctuation | Stephan Seitz | |
| "?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38 | |||
| 2022-01-16 | highlight(swift): add upstream queries | Christian Clason | |
