aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorder json5 queriesJoaquín León2021-08-301-3/+3
|
* Update lockfile.jsonGitHub2021-08-301-3/+3
|
* @number -> @keywordAndrew Helwer2021-08-301-1/+1
|
* Updated highlight queries for tlaplusAndrew Helwer2021-08-301-29/+47
|
* Update lockfile.jsonGitHub2021-08-301-8/+11
|
* Add tree-sitter-pioasm with highlights and injections (#1759)leo602282021-08-294-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-08-281-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-08-261-0/+3
| | | | | | This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator`
* chore(vim): update to latest versionThomas Vigouroux2021-08-261-1/+1
| | | | Avoids using the lockfile update PR because it is broken.
* [docgen] Update README.mdGithub Actions2021-08-261-0/+1
| | | | skip-checks: true
* feat(vim): highlight highlight_statement correctlyThomas Vigouroux2021-08-262-8/+13
| | | | Fixes #1747
* add keywords to scala highlights (#1662)Stuart Mashaal2021-08-252-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-08-255-0/+31
|
* Replaces curl argument: --no-progress-meter -> --silentEduardo Cuducos2021-08-251-1/+1
| | | | Fix #1748
* fix(dowload): don't display curl progressThomas Vigouroux2021-08-241-0/+1
| | | | Fixes #1731
* highlight(zig) highlight all caps is a constantmaxxnino2021-08-241-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-08-232-57/+60
|
* Update lockfile.jsonGitHub2021-08-231-2/+2
|
* chore(vim): update to latest versionThomas Vigouroux2021-08-231-1/+1
|
* Viml: update queriesSantos Gallegos2021-08-232-4/+36
|
* chore: provide a script to repin a languageThomas Vigouroux2021-08-231-0/+21
|
* Update lockfile.jsonmaxxnino2021-08-231-1/+1
|
* highlight(zig): rework querymaxxnino2021-08-233-101/+47
| | | | | | * improve query performance 120ms -> 6ms * correct highlight for field, type and function * add highlight for escape/format sequence in string
* Query: allow to pass a list to get_capture_matches (#1693)Santos Gallegos2021-08-221-12/+25
|
* highlights(php): add `instanceof` as `@keyword` (#1728)Wilman Barrios2021-08-212-1/+2
|
* Update lockfile.jsonGitHub2021-08-201-6/+6
|
* Highlight some keyword.function nodes as just keywordsAndrew Helwer2021-08-201-5/+5
|
* Fixed lua style issues, updated grammar version to fix macOS build issuesAndrew Helwer2021-08-202-3/+3
|
* Filetype is tlaAndrew Helwer2021-08-201-1/+1
|
* Added TLA+ grammar & queriesAndrew Helwer2021-08-207-0/+163
|
* Add jsx to javascript (#1696)Santos Gallegos2021-08-201-1/+1
| | | | This is mainly so the playground doesn't error when opening the jsx query files.
* feat(vim): support augroupsThomas Vigouroux2021-08-202-2/+6
|
* [docgen] Update README.mdGithub Actions2021-08-201-0/+1
| | | | skip-checks: true
* fix(viml): update and support mappingsThomas Vigouroux2021-08-202-1/+11
|
* Update lockfile.jsonGitHub2021-08-191-3/+3
|
* Remove redunant capture.Aleksei Abakumkin2021-08-181-3/+3
|
* Update CSharp highlights.Aleksei Abakumkin2021-08-181-2/+28
|
* Update lockfile.jsonGitHub2021-08-181-8/+11
|
* Disable combined injections for HEExClay2021-08-181-2/+5
|
* Add doctype highlightsClay2021-08-181-14/+12
|
* Update surface version, fix highlightsClay2021-08-181-7/+5
|
* Add HEEx language support, add missing commentstringsClay2021-08-1814-7/+87
|
* Update lockfile.jsonGitHub2021-08-171-10/+13
|
* highlights(lua): Add semicolonsSergio Alejandro Vargas2021-08-171-1/+1
|
* fix(vim): highlight more punctuationThomas Vigouroux2021-08-161-0/+14
|
* feat: add support for vimThomas Vigouroux2021-08-164-0/+124
|
* Lua: highlight uppercase variables as constants (#1690)Santos Gallegos2021-08-141-0/+2
|
* Add comment highlighting for keywords in Haskell (#1695)jpe902021-08-141-0/+1
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* Update lockfile.json (#1689)github-actions[bot]2021-08-141-6/+6
| | | Co-authored-by: GitHub <noreply@github.com>
* Query: update locals (#1692)Santos Gallegos2021-08-141-0/+1
|