summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-10[cmake] add highlights for `if` command constantUy Ha
2021-09-10Update ledger injectionsCédric Barreteau
2021-09-09Use the color of variabledelphinus
2021-09-09Set property color for destructuring assignmentdelphinus
2021-09-09[cmake]: Add highlighting for `set` commandUy Ha
2021-09-08[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-08Highlight function and macro declarationsUy Ha
2021-09-08Update lockfile.jsonGitHub
2021-09-08Typo fix and reword docAbin Simon
2021-09-08Bind `variable` as @variable instead of `variable_ref`Uy Ha
2021-09-08Bind function and macro commands as @keyword.functionUy Ha
2021-09-08Bind `variable_ref` as @variable instead of @noneUy Ha
2021-09-04Add scala foldsStevan Milic
2021-09-04Update scala highlightsStevan 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-01Update lockfile.json (#1779)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2021-09-01Add 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-01Update lockfile.json (#1778)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2021-09-01highlights(c): make sizeof a `keyword.operator`Sergio Alejandro Vargas
2021-09-01highlights(lua): Add Lua 5.1 built-in functionsSergio Alejandro Vargas
2021-08-30Update lockfile.json (#1775)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2021-08-30Fix method access using php nullsafe operator (#1773)Wilman Barrios
2021-08-30test: Add tests for is_in_node_range (#1756)partizan
* 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>
2021-08-30Add python to .editorconfigpartizan
2021-08-30Reorder json5 queriesJoaquín León
2021-08-30Update lockfile.jsonGitHub
2021-08-30@number -> @keywordAndrew Helwer
2021-08-30Updated highlight queries for tlaplusAndrew Helwer
2021-08-30Update lockfile.jsonGitHub
2021-08-29Add 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-28update 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-26highlights(php): add missings operators `?->` and `=>` (#1729)Wilman Barrios
This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator`
2021-08-26chore(vim): update to latest versionThomas Vigouroux
Avoids using the lockfile update PR because it is broken.
2021-08-26[docgen] Update README.mdGithub Actions
skip-checks: true
2021-08-26feat(vim): highlight highlight_statement correctlyThomas Vigouroux
Fixes #1747
2021-08-25add 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>
2021-08-25Add support for json5Joakker
2021-08-25Replaces curl argument: --no-progress-meter -> --silentEduardo Cuducos
Fix #1748
2021-08-24fix(dowload): don't display curl progressThomas Vigouroux
Fixes #1731
2021-08-24highlight(zig) highlight all caps is a constantmaxxnino
* in some context, like translate c macro * which is use all CAPS for define constant
2021-08-23chore(issues): make bug_report an issue formThomas Vigouroux
2021-08-23Update lockfile.jsonGitHub
2021-08-23chore(vim): update to latest versionThomas Vigouroux
2021-08-23Viml: update queriesSantos Gallegos
2021-08-23chore: provide a script to repin a languageThomas Vigouroux
2021-08-23Update lockfile.jsonmaxxnino
2021-08-23highlight(zig): rework querymaxxnino
* improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string
2021-08-22Query: allow to pass a list to get_capture_matches (#1693)Santos Gallegos
2021-08-21highlights(php): add `instanceof` as `@keyword` (#1728)Wilman Barrios
2021-08-20Update lockfile.jsonGitHub
2021-08-20Highlight some keyword.function nodes as just keywordsAndrew Helwer