aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update lockfile.json0.5-compatGitHub2021-09-171-6/+6
|
* fix(fennel): update parser and all the queriesOtto Modinos2021-09-174-146/+121
|
* [cmake] add highlights for `add_custom_target` and `add_custom_command`Uy Ha2021-09-171-0/+18
|
* [cmake] Add highlighting for boolean values (#1801)Uy Ha2021-09-171-0/+4
| | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
* [cmake] add highlights for `if` command constantUy Ha2021-09-171-0/+12
|
* Update ledger injectionsCédric Barreteau2021-09-171-0/+1
|
* Use the color of variabledelphinus2021-09-171-1/+1
|
* Set property color for destructuring assignmentdelphinus2021-09-171-0/+4
|
* [cmake]: Add highlighting for `set` commandUy Ha2021-09-171-0/+14
|
* [docgen] Update README.mdGithub Actions2021-09-171-1/+1
| | | | skip-checks: true
* Highlight function and macro declarationsUy Ha2021-09-171-0/+12
|
* Update lockfile.jsonGitHub2021-09-171-8/+8
|
* Typo fix and reword docAbin Simon2021-09-171-3/+2
|
* Bind `variable` as @variable instead of `variable_ref`Uy Ha2021-09-171-1/+2
|
* Bind function and macro commands as @keyword.functionUy Ha2021-09-171-4/+1
|
* Bind `variable_ref` as @variable instead of @noneUy Ha2021-09-171-1/+1
|
* Add scala foldsStevan Milic2021-09-172-2/+17
|
* Update scala highlightsStevan Milic2021-09-172-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-171-0/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* Add tree-sitter-dot (#1770)rydesun2021-09-174-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-171-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* highlights(c): make sizeof a `keyword.operator`Sergio Alejandro Vargas2021-09-171-1/+1
|
* highlights(lua): Add Lua 5.1 built-in functionsSergio Alejandro Vargas2021-09-171-0/+9
|
* Update lockfile.json (#1775)github-actions[bot]2021-09-171-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Fix method access using php nullsafe operator (#1773)Wilman Barrios2021-09-171-0/+3
|
* test: Add tests for is_in_node_range (#1756)partizan2021-09-172-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-09-171-0/+4
|
* Reorder json5 queriesJoaquín León2021-09-171-3/+3
|
* Update lockfile.jsonGitHub2021-09-171-3/+3
|
* @number -> @keywordAndrew Helwer2021-09-171-1/+1
|
* Updated highlight queries for tlaplusAndrew Helwer2021-09-171-29/+47
|
* Update lockfile.jsonGitHub2021-09-171-8/+11
|
* Add tree-sitter-pioasm with highlights and injections (#1759)leo602282021-09-174-0/+50
| | | | | | | | | | | | | | * 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>
* update scala highlights (#1760)Stevan Milic2021-09-171-5/+78
| | | | | | | | | | | | | | | | | | | * 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>
* highlights(php): add missings operators `?->` and `=>` (#1729)Wilman Barrios2021-09-171-0/+3
| | | | | | This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator`
* chore(vim): update to latest versionThomas Vigouroux2021-09-171-1/+1
| | | | Avoids using the lockfile update PR because it is broken.
* [docgen] Update README.mdGithub Actions2021-09-171-0/+1
| | | | skip-checks: true
* feat(vim): highlight highlight_statement correctlyThomas Vigouroux2021-09-172-8/+13
| | | | Fixes #1747
* add keywords to scala highlights (#1662)Stuart Mashaal2021-09-172-4/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add support for json5Joakker2021-09-175-0/+31
|
* Replaces curl argument: --no-progress-meter -> --silentEduardo Cuducos2021-09-171-1/+1
| | | | Fix #1748
* fix(dowload): don't display curl progressThomas Vigouroux2021-09-171-0/+1
| | | | Fixes #1731
* highlight(zig) highlight all caps is a constantmaxxnino2021-09-171-1/+10
| | | | | * in some context, like translate c macro * which is use all CAPS for define constant
* chore(issues): make bug_report an issue formThomas Vigouroux2021-09-172-57/+60
|
* Update lockfile.jsonGitHub2021-09-171-2/+2
|
* chore(vim): update to latest versionThomas Vigouroux2021-09-171-1/+1
|
* Viml: update queriesSantos Gallegos2021-09-172-4/+36
|
* chore: provide a script to repin a languageThomas Vigouroux2021-09-171-0/+21
|
* Update lockfile.jsonmaxxnino2021-09-171-1/+1
|
* highlight(zig): rework querymaxxnino2021-09-173-101/+47
| | | | | | * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string