aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update parsers: phpGitHub2023-09-171-1/+1
|
* injections(lua): add vim highlights to api funcs (#5404)Pham Huy Hoang2023-09-161-0/+70
| | | | Add vim injections for `vim.api.nvim[_buf]_create_user_command` and `vim.api.nvim_create_autocmd`
* Update parsers: lalrpop, wing (#5403)github-actions[bot]2023-09-161-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* fix(lua): fix luadoc injectionsChristian Clason2023-09-151-1/+1
|
* fix(yaml): promql injections blockChristian Segundo2023-09-152-2/+9
|
* Update parsers: cue, nickel, wingGitHub2023-09-151-3/+3
|
* fix(t32): update indent queries & testChristoph Sax2023-09-143-33/+34
| | | | | | | The latest release of the grammar changes the handling of consecutive line breaks. This breaks the existing test for indents. This commit updates the indent queries and fixes the associated test.
* Update parsers: t32, wingGitHub2023-09-141-2/+2
|
* Update parsers: glsl, hlsl, wingGitHub2023-09-131-3/+3
|
* Update READMEGithub Actions2023-09-131-0/+1
|
* feat: add Snakemakeosthomas2023-09-126-0/+87
|
* feat: @spell on commentsJaehwang Jung2023-09-1256-57/+61
|
* perf(comment): remove spell captureJaehwang Jung2023-09-121-2/+0
| | | | | | | | | Problem: Comment highlight query produces too many @spell captures. Solution: Remove the query. This is fine because comment parser is only used in injection and the parent language has @spell for comment.
* Update parsers: gleam, vhs, wingGitHub2023-09-121-3/+3
|
* refactor: remove `include-children` from queries (#5226)Pham Huy Hoang2023-09-126-58/+32
| | | These `include-children` were to alleviate an issue with empty range language tree, which has been fixed for Neovim nightly/Neovim 0.9.2
* fix!: backport `ac9e755` from `main`L Lllvvuu2023-09-111-1/+1
| | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Closes: neovim/neovim#25088
* Update parsers: straceGitHub2023-09-111-1/+1
|
* feat(swift): update parser and queriesAlex Pinkus2023-09-102-2/+3
| | | Co-authored-by: Alex Pinkus <pinkus@amazon.com>
* Update READMEGithub Actions2023-09-101-0/+1
|
* feat: add EDSBeartama2023-09-104-0/+61
|
* fix(julia): fix highlighting `end` keywordLoong2023-09-091-4/+4
|
* Update parsers: llvm, wingGitHub2023-09-091-2/+2
|
* Update parsers: dart, lua, sql, t32, wingGitHub2023-09-081-5/+5
|
* fix(lua): highlights for attributeMunif Tanjim2023-09-071-3/+4
|
* Update parsers: elm, wingGitHub2023-09-071-2/+2
|
* Update parsers: ada, hoon, wingGitHub2023-09-061-3/+3
|
* Update parsers: julia, wingGitHub2023-09-051-2/+2
|
* Update parsers: blueprint, devicetree, java, wingGitHub2023-09-041-4/+4
|
* Feat: Add unison (#5340)Tavish Pegram2023-09-035-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | * Add unison * Trivial change to force prepush hook * Undo change * PR Feedback - remove appended text in query after variable, update lockfile, remove main branch specification in parser * Replacing captures with only ones in the contributing.md * Fix typo * Generate from grammar * First group of suggested changes * Update gt operator * Remove outer parens * Remove maybe.c * Add comment injection
* docs: fix typo in README.mdYuri Socher Bichibichi2023-09-021-1/+1
|
* Update parsers: gpg, requirements, wingGitHub2023-09-021-3/+3
|
* Update parsers: csv, kconfig, nqc, psv, racket, scala, scheme, tsv, wingGitHub2023-09-011-9/+9
|
* feat: add KconfigAmaan Qureshi2023-08-318-0/+132
|