| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-26 | cpp: fix locals.scm from breaking change in tree-sitter-cpp | John Drouhard | |
| 2021-09-26 | cpp: update lockfile.json and fix for breaking changes | John Drouhard | |
| 2021-09-25 | injections(teal): fix cdef injection | Stephan Seitz | |
| 2021-09-25 | injections(lua): fix cdef injection | Stephan Seitz | |
| Fixes #1840 | |||
| 2021-09-21 | "::" should be of type "operator" | Lucas Crownover | |
| swap constant for operator per treesitter recommendation | |||
| 2021-09-21 | Separate special variables to catch up master | delphinus | |
| 2021-09-21 | Use @string.regex to highlight regex's | delphinus | |
| 2021-09-21 | Add minimum implementation for highlights | delphinus | |
| 2021-09-20 | update hcl parser, update queries | mhoffm | |
| 2021-09-20 | Zig queries: highlight, fold and indent | maxxnino | |
| * fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent | |||
| 2021-09-19 | highlights(c): add Mircosoft attributes | Stephan Seitz | |
| 2021-09-19 | Support hjson | kghugo | |
| 2021-09-19 | highlights(c): add __attribute__ | Stephan Seitz | |
| 2021-09-18 | Kotlin queries: Handle package statements | Joaquín León | |
| 2021-09-17 | Ecma: increase priority of template_substitution | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688 | |||
| 2021-09-17 | test | Stephan Seitz | |
| 2021-09-17 | highlights(c/cpp): react to upstream changes to attributes | Stephan Seitz | |
| 2021-09-17 | highlights(cpp): add support for coroutines | Stephan Seitz | |
| 2021-09-17 | parsers: add glsl parser | Stephan Seitz | |
| 2021-09-16 | indents(hcl): add more indentation rules for HCL | Matthew Wynn | |
| 2021-09-16 | Update DOT injections | rydesun | |
| Add comment | |||
| 2021-09-15 | New kotlin parser | Joakker | |
| 2021-09-14 | Address highlight comments about cwd, path, module | Ronnie Magatti | |
| 2021-09-14 | Better differentiate 'keywords' | Ronnie Magatti | |
| 2021-09-10 | fix(fennel): update parser and all the queries | Otto Modinos | |
| 2021-09-10 | [cmake] add highlights for `add_custom_target` and `add_custom_command` | Uy Ha | |
| 2021-09-10 | [cmake] Add highlighting for boolean values (#1801) | Uy Ha | |
| Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | |||
| 2021-09-10 | [cmake] add highlights for `if` command constant | Uy Ha | |
| 2021-09-10 | Update ledger injections | Cédric Barreteau | |
| 2021-09-09 | Use the color of variable | delphinus | |
| 2021-09-09 | Set property color for destructuring assignment | delphinus | |
| 2021-09-09 | [cmake]: Add highlighting for `set` command | Uy Ha | |
| 2021-09-08 | Highlight function and macro declarations | Uy Ha | |
| 2021-09-08 | Bind `variable` as @variable instead of `variable_ref` | Uy Ha | |
| 2021-09-08 | Bind function and macro commands as @keyword.function | Uy Ha | |
| 2021-09-08 | Bind `variable_ref` as @variable instead of @none | Uy Ha | |
| 2021-09-04 | Add scala folds | Stevan Milic | |
| 2021-09-04 | Update scala highlights | Stevan Milic | |
| * add highlights for imports * add highlights for type constructors * add highlights for constants * add highlights for interpolation string * add highlights for comments through injection | |||
| 2021-09-01 | Add tree-sitter-dot (#1770) | rydesun | |
| * Add tree-sitter-dot * Fix DOT highlights * highlights(DOT): add HTML string * Remove DOT ftdetect Vim and Neovim runtime have added DOT filetype detection * Update DOT highlights | |||
| 2021-09-01 | highlights(c): make sizeof a `keyword.operator` | Sergio Alejandro Vargas | |
| 2021-09-01 | highlights(lua): Add Lua 5.1 built-in functions | Sergio Alejandro Vargas | |
| 2021-08-30 | Fix method access using php nullsafe operator (#1773) | Wilman Barrios | |
| 2021-08-30 | Reorder json5 queries | Joaquín León | |
| 2021-08-30 | @number -> @keyword | Andrew Helwer | |
| 2021-08-30 | Updated highlight queries for tlaplus | Andrew Helwer | |
| 2021-08-29 | Add tree-sitter-pioasm with highlights and injections (#1759) | leo60228 | |
| * add tree-sitter-pioasm with highlights and injections * [docgen] Update README.md skip-checks: true * remove ada injection from pioasm * address review * remove unnecessary python predicate Co-authored-by: Github Actions <actions@github> | |||
| 2021-08-28 | update scala highlights (#1760) | Stevan Milic | |
| * add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> | |||
| 2021-08-26 | highlights(php): add missings operators `?->` and `=>` (#1729) | Wilman Barrios | |
| This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator` | |||
| 2021-08-26 | feat(vim): highlight highlight_statement correctly | Thomas Vigouroux | |
| Fixes #1747 | |||
| 2021-08-25 | add keywords to scala highlights (#1662) | Stuart Mashaal | |
| * add keywords to scala highlights * special capture for special keywords * add while to 'repeat' capture * pr cleanup, exmaples in CONTRIBUTING.md * add backquotes for consistency in docs * group @repeat keywords, fix null * comment-out 'macro' and 'forSome' * fix 'this' and 'super' keyword * remove accidental files :facepalm: * update revision * fix "super" and "this" * godammit these .metals files are killing me * why did I commit this??? Co-authored-by: Stuart Mashaal <smashaal@hopper.com> | |||
