aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update parsers: wingGitHub2023-10-081-1/+1
|
* Update parsers: erlang, kotlin, wingGitHub2023-10-071-3/+3
|
* feat(authzed): add parser and highlight queries. (#5426)Mathew Polzin2023-10-075-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(authzed): add parser and highlight queries * Update queries/authzed/highlights.scm use `any-of` for list of alternative words. Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * add injections queries file. * Update queries/authzed/highlights.scm * tweak whitespace * fix errors with capture names. * style(authzed): reformat highlights * add self as maintainer * Update lua/nvim-treesitter/parsers.lua Co-authored-by: Christian Clason <c.clason@uni-graz.at> * Add to lockfile and readme * feat(authzed): Updates to queries and lockfile around newest Authzed parser changes. * Update queries/authzed/highlights.scm Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * Update queries/authzed/highlights.scm Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> * unnest here similarly to recommended elsewhere * Update highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: ObserverOfTime <chronobserver@disroot.org> Co-authored-by: Christian Clason <c.clason@uni-graz.at>
* Update parsers: cuda, elm, erlang, glimmer, glsl, hlsl, java, tsx, ↵GitHub2023-10-061-11/+11
| | | | typescript, usd, wing
* fix(json5): update queries from upstreamPham Huy Hoang2023-10-062-4/+4
|
* java(highlights): add missing import class pattern (#5483)Pham Huy Hoang2023-10-061-2/+2
|
* fix(haskell): highlight fixes (#5470)Marc Jakobi2023-10-052-58/+274
| | | | | | | * fix(haskell): highlight fixes + merge qualified/unqualified queries * fix(haskell): lambda params + add exp_record to function.call args * style: apply PR suggestions
* Update parsers: c, comment, glimmer, json, liquidsoap, rst, sql, tsx, ↵GitHub2023-10-051-12/+12
| | | | typescript, wing
* Update READMEGithub Actions2023-10-041-1/+1
|
* feat: add liquidsoapRomain Beauxis2023-10-047-0/+187
| | | Co-authored-by: Christian Clason <c.clason@uni-graz.at>
* fix(c): add missing foldsAmaan Qureshi2023-10-041-0/+2
|
* Update parsers: wingGitHub2023-10-041-1/+1
|
* feat(query): use @function.call for predicateJaehwang Jung2023-10-031-1/+1
|
* feat(ocaml): use @function.call where appropriateJaehwang Jung2023-10-031-3/+3
|
* Update parsers: apex, bash, html, kotlin, norg, php, soql, sosl, sql, wingGitHub2023-10-031-10/+10
|
* feat(haskell): highlights improvements + tests (#5466)Marc Jakobi2023-10-022-8/+233
|
* Update parsers: wingGitHub2023-10-021-1/+1
|
* injections(nix): dynamic language injection via commentsfigsoda2023-10-011-0/+9
|
* Update parsers: vim, wing (#5463)github-actions[bot]2023-10-011-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: wingGitHub2023-09-301-1/+1
|
* Update parsers: wingGitHub2023-09-291-1/+1
|
* Update parsers: dockerfile, ssh_config, t32, wingGitHub2023-09-281-4/+4
|
* chore(haskell): add mrcjkb as maintainerMarc Jakobi2023-09-272-1/+2
|
* feat(highlights): some haskell additionsMarc Jakobi2023-09-271-5/+105
| | | | | | | | | | | - Re-add (module) @namespace - Exception handling - Debugging - `otherwise` = boolean `True` - `qq` string quasiquotes - Documentation comments (draft) - Function/lambda parameters - Remove recently added @ (already defined as an operator)
* Update parsers: git_config, gleam, wingGitHub2023-09-271-3/+3
|
* solidity: Update highlights.scm (#5453)zeroknots2023-09-271-0/+1
| | | | | https://soliditylang.org/blog/2021/04/21/custom-errors/ error keyword was introduced in 0.8.4
* feat(julia): added missing String and AbstractString builtin types (#5440)Enzo L F2023-09-271-27/+215
| | | | | | | * feat(julia): added missing String and AbstractString builtin types * feat(juia): added all public built-in types in Core and Base * feat(julia): removed private types from built-in type list
* Update parsers: erlang, wingGitHub2023-09-261-2/+2
|
* feat(highlights): some haskell improvementsMarc Jakobi2023-09-251-1/+6
|
* Update parsers: haskell, scala, wingGitHub2023-09-251-3/+3
|
* Use scala parser for sbt filetypeghostbuster912023-09-251-0/+1
|
* Update parsers: cuda, glsl, scala, ssh_config (#5441)github-actions[bot]2023-09-241-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: wing (#5439)github-actions[bot]2023-09-231-1/+1
|
* Update parsers: bitbake, python, rust, wingGitHub2023-09-221-4/+4
|
* Update parsers: bash, t32, wingGitHub2023-09-211-3/+3
|
* Update parsers: luadoc, scala, ssh_config, wingGitHub2023-09-201-4/+4
|
* feat(dart): add base, final & sealed class modifier highlightsnedia2023-09-191-0/+3
|
* fix(haskell_persistent): adapt to scanner rewriteChristian Clason2023-09-191-1/+1
|
* Update parsers: awk, haskell_persistent, scala, ssh_config, wingGitHub2023-09-191-5/+5
|
* feat(textproto): Add Textproto parser and queries (#5402)PorterAtGoogle2023-09-197-0/+43
| | | | | | | | | | | | | * Add textproto parser and queries * remove extra newline * Apply suggestions from code review Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update README (#5419)github-actions[bot]2023-09-181-0/+1
| | | Co-authored-by: Github Actions <actions@github>
* feat: add ssh configObserverOfTime2023-09-186-0/+121
|
* Update parsers: agda, wingGitHub2023-09-181-2/+2
|
* Update READMEGithub Actions2023-09-181-1/+1
|
* chore: switch agda upstreamShootingStarDragons2023-09-183-4/+3
|
* feat(markdown): conceal triple backticks and HTML entitiesMaria José Solano2023-09-172-0/+16
|
* Update READMEGithub Actions2023-09-171-0/+3
|
* feat: add parsers and queries for apex, sosl, soql (#5396)Xi Xiao2023-09-177-0/+534
|
* fix(dockerfile): bash injection on run instructionsChristian Segundo2023-09-172-1/+8
|
* fix: trees() may not be list-likeJaehwang Jung2023-09-171-2/+2
|