| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update parsers: bitbake, python, rust, wing | GitHub | 2023-09-22 | 1 | -4/+4 | |
| | | ||||||
| * | Update parsers: bash, t32, wing | GitHub | 2023-09-21 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: luadoc, scala, ssh_config, wing | GitHub | 2023-09-20 | 1 | -4/+4 | |
| | | ||||||
| * | feat(dart): add base, final & sealed class modifier highlights | nedia | 2023-09-19 | 1 | -0/+3 | |
| | | ||||||
| * | fix(haskell_persistent): adapt to scanner rewrite | Christian Clason | 2023-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: awk, haskell_persistent, scala, ssh_config, wing | GitHub | 2023-09-19 | 1 | -5/+5 | |
| | | ||||||
| * | feat(textproto): Add Textproto parser and queries (#5402) | PorterAtGoogle | 2023-09-19 | 7 | -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-18 | 1 | -0/+1 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | feat: add ssh config | ObserverOfTime | 2023-09-18 | 6 | -0/+121 | |
| | | ||||||
| * | Update parsers: agda, wing | GitHub | 2023-09-18 | 1 | -2/+2 | |
| | | ||||||
| * | Update README | Github Actions | 2023-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | chore: switch agda upstream | ShootingStarDragons | 2023-09-18 | 3 | -4/+3 | |
| | | ||||||
| * | feat(markdown): conceal triple backticks and HTML entities | Maria José Solano | 2023-09-17 | 2 | -0/+16 | |
| | | ||||||
| * | Update README | Github Actions | 2023-09-17 | 1 | -0/+3 | |
| | | ||||||
| * | feat: add parsers and queries for apex, sosl, soql (#5396) | Xi Xiao | 2023-09-17 | 7 | -0/+534 | |
| | | ||||||
| * | fix(dockerfile): bash injection on run instructions | Christian Segundo | 2023-09-17 | 2 | -1/+8 | |
| | | ||||||
| * | fix: trees() may not be list-like | Jaehwang Jung | 2023-09-17 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: php | GitHub | 2023-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | injections(lua): add vim highlights to api funcs (#5404) | Pham Huy Hoang | 2023-09-16 | 1 | -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-16 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | fix(lua): fix luadoc injections | Christian Clason | 2023-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | fix(yaml): promql injections block | Christian Segundo | 2023-09-15 | 2 | -2/+9 | |
| | | ||||||
| * | Update parsers: cue, nickel, wing | GitHub | 2023-09-15 | 1 | -3/+3 | |
| | | ||||||
| * | fix(t32): update indent queries & test | Christoph Sax | 2023-09-14 | 3 | -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, wing | GitHub | 2023-09-14 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: glsl, hlsl, wing | GitHub | 2023-09-13 | 1 | -3/+3 | |
| | | ||||||
| * | Update README | Github Actions | 2023-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add Snakemake | osthomas | 2023-09-12 | 6 | -0/+87 | |
| | | ||||||
| * | feat: @spell on comments | Jaehwang Jung | 2023-09-12 | 56 | -57/+61 | |
| | | ||||||
| * | perf(comment): remove spell capture | Jaehwang Jung | 2023-09-12 | 1 | -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, wing | GitHub | 2023-09-12 | 1 | -3/+3 | |
| | | ||||||
| * | refactor: remove `include-children` from queries (#5226) | Pham Huy Hoang | 2023-09-12 | 6 | -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 Lllvvuu | 2023-09-11 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Closes: neovim/neovim#25088 | |||||
| * | Update parsers: strace | GitHub | 2023-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | feat(swift): update parser and queries | Alex Pinkus | 2023-09-10 | 2 | -2/+3 | |
| | | | | Co-authored-by: Alex Pinkus <pinkus@amazon.com> | |||||
| * | Update README | Github Actions | 2023-09-10 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add EDS | Beartama | 2023-09-10 | 4 | -0/+61 | |
| | | ||||||
| * | fix(julia): fix highlighting `end` keyword | Loong | 2023-09-09 | 1 | -4/+4 | |
| | | ||||||
| * | Update parsers: llvm, wing | GitHub | 2023-09-09 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: dart, lua, sql, t32, wing | GitHub | 2023-09-08 | 1 | -5/+5 | |
| | | ||||||
| * | fix(lua): highlights for attribute | Munif Tanjim | 2023-09-07 | 1 | -3/+4 | |
| | | ||||||
| * | Update parsers: elm, wing | GitHub | 2023-09-07 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: ada, hoon, wing | GitHub | 2023-09-06 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: julia, wing | GitHub | 2023-09-05 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: blueprint, devicetree, java, wing | GitHub | 2023-09-04 | 1 | -4/+4 | |
| | | ||||||
| * | Feat: Add unison (#5340) | Tavish Pegram | 2023-09-03 | 5 | -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.md | Yuri Socher Bichibichi | 2023-09-02 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: gpg, requirements, wing | GitHub | 2023-09-02 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: csv, kconfig, nqc, psv, racket, scala, scheme, tsv, wing | GitHub | 2023-09-01 | 1 | -9/+9 | |
| | | ||||||
| * | feat: add Kconfig | Amaan Qureshi | 2023-08-31 | 8 | -0/+132 | |
| | | ||||||
