aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2021-09-181-1/+1
|
* Kotlin queries: Handle package statementsJoaquín León2021-09-182-1/+6
|
* Ecma: increase priority of template_substitutionSantos Gallegos2021-09-171-3/+3
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688
* [docgen] Update README.mdGithub Actions2021-09-171-0/+1
| | | | skip-checks: true
* testStephan Seitz2021-09-172-7/+7
|
* [docgen] Update README.mdGithub Actions2021-09-171-1/+1
| | | | skip-checks: true
* highlights(c/cpp): react to upstream changes to attributesStephan Seitz2021-09-172-8/+7
|
* highlights(cpp): add support for coroutinesStephan Seitz2021-09-171-0/+3
|
* Update lockfile.jsonGitHub2021-09-171-1/+4
|
* parsers: add glsl parserStephan Seitz2021-09-176-0/+52
|
* Update lockfile.jsonGitHub2021-09-161-1/+1
|
* Update lockfile.jsonGitHub2021-09-161-4/+4
|
* indents(hcl): add more indentation rules for HCLMatthew Wynn2021-09-161-2/+11
|
* Update lockfile.jsonGitHub2021-09-161-10/+10
|
* Update DOT injectionsrydesun2021-09-161-0/+1
| | | | Add comment
* Update lockfile.jsonGitHub2021-09-161-4/+4
|
* New kotlin parserJoakker2021-09-153-160/+159
|
* Update lockfile.jsonGitHub2021-09-141-3/+3
|
* Address highlight comments about cwd, path, moduleRonnie Magatti2021-09-141-2/+3
|
* Better differentiate 'keywords'Ronnie Magatti2021-09-141-1/+9
|
* chore: fix formatting in parsers.luaStephan Seitz2021-09-141-1/+1
|
* fix(lang): only use first part in multi-langThomas Vigouroux2021-09-141-0/+1
|
* docs: Update nvim-treesitter-highlightsSergio Alejandro Vargas2021-09-141-61/+67
| | | | | | | | | - Fix misspellings, missing punctuation and capitalization. - Clarify whether highlights apply to identifiers (e.g. `TSConstant`) or to literal values (e.g. `TSConstBuiltin`). - Extend examples. See #1767
* Update lockfile.jsonGitHub2021-09-111-6/+6
|
* fix(fennel): update parser and all the queriesOtto Modinos2021-09-104-146/+121
|
* [cmake] add highlights for `add_custom_target` and `add_custom_command`Uy Ha2021-09-101-0/+18
|
* [cmake] Add highlighting for boolean values (#1801)Uy Ha2021-09-101-0/+4
| | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
* [cmake] add highlights for `if` command constantUy Ha2021-09-101-0/+12
|
* Update ledger injectionsCédric Barreteau2021-09-101-0/+1
|
* Use the color of variabledelphinus2021-09-091-1/+1
|
* Set property color for destructuring assignmentdelphinus2021-09-091-0/+4
|
* [cmake]: Add highlighting for `set` commandUy Ha2021-09-091-0/+14
|
* [docgen] Update README.mdGithub Actions2021-09-081-1/+1
| | | | skip-checks: true
* Highlight function and macro declarationsUy Ha2021-09-081-0/+12
|
* Update lockfile.jsonGitHub2021-09-081-8/+8
|
* Typo fix and reword docAbin Simon2021-09-081-3/+2
|
* Bind `variable` as @variable instead of `variable_ref`Uy Ha2021-09-081-1/+2
|
* Bind function and macro commands as @keyword.functionUy Ha2021-09-081-4/+1
|
* Bind `variable_ref` as @variable instead of @noneUy Ha2021-09-081-1/+1
|
* Add scala foldsStevan Milic2021-09-042-2/+17
|
* Update scala highlightsStevan Milic2021-09-042-1/+36
| | | | | | | | | | | | * add highlights for imports * add highlights for type constructors * add highlights for constants * add highlights for interpolation string * add highlights for comments through injection
* Update lockfile.json (#1779)github-actions[bot]2021-09-011-0/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* Add tree-sitter-dot (#1770)rydesun2021-09-014-0/+56
| | | | | | | | | | | | | * 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
* Update lockfile.json (#1778)github-actions[bot]2021-09-011-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* highlights(c): make sizeof a `keyword.operator`Sergio Alejandro Vargas2021-09-011-1/+1
|
* highlights(lua): Add Lua 5.1 built-in functionsSergio Alejandro Vargas2021-09-011-0/+9
|
* Update lockfile.json (#1775)github-actions[bot]2021-08-301-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Fix method access using php nullsafe operator (#1773)Wilman Barrios2021-08-301-0/+3
|
* test: Add tests for is_in_node_range (#1756)partizan2021-08-302-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: is_in_node_range now includes end line and col This fixes no indents at the end of python files Refs #1136 * update scala highlights (#1760) * 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> * test: Add unit tests * Revert "fix: is_in_node_range now includes end line and col" This reverts commit 5a721fef5620eb2fae6d9cebe09bf7b230f2606f. * refactor test * apply stylua * fix luacheck * update `describe` text * smallfix Co-authored-by: Stevan Milic <stevan.milic@yahoo.com> Co-authored-by: Stevan Milic <stevan.milic@tradecore.com>
* Add python to .editorconfigpartizan2021-08-301-0/+4
|