aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(haskell_persistent): add to lockfile.jsonStephen Huan2023-06-241-0/+3
|
* Update READMEGithub Actions2023-06-241-0/+1
|
* feat: add support for haskell persistent libraryBorys Lykah2023-06-244-0/+57
|
* Update parsers: matlab, racketGitHub2023-06-241-2/+2
|
* fix(racket): adapt to scanner rewriteAmaan Qureshi2023-06-242-2/+2
|
* fix(python): adapt to scanner rewriteAmaan Qureshi2023-06-242-2/+2
|
* highlights(sql): remove `keyword_group_concat` after refactorMatthias Queitsch2023-06-232-2/+1
|
* Update parsers: markdown, markdown_inline, matlab, ocaml, ocaml_interfaceGitHub2023-06-231-5/+5
|
* Update parsers: arduino, c_sharp, pony, sqlGitHub2023-06-231-4/+4
|
* highlights(sql): fix order for `invocation`Matthias Queitsch2023-06-221-5/+5
|
* fix(zig): capture function calls as `@function.call`Chinmay Dalal2023-06-221-4/+2
|
* Update parsers: arduino, c_sharp, cpp, lalrpop, matlab, scala, twigGitHub2023-06-221-7/+7
|
* fix(sql): invocationDian M Fay2023-06-221-2/+3
|
* fix(sql): field alias moved to termDian M Fay2023-06-221-1/+0
|
* fix(sql): table_alias -> aliasDian M Fay2023-06-221-2/+2
|
* fix(sql): update lockfileDian M Fay2023-06-221-1/+1
|
* fix(sql): table_reference -> object_referenceDian M Fay2023-06-221-1/+1
|
* lint(locals): use `#set!` to keep query linter happyChristian Clason2023-06-227-35/+35
|
* fix(markdown): elm injection no longer segfaultsAmaan Qureshi2023-06-211-1/+0
|
* fix(fennel): capture function calls as @function.callChinmay Dalal2023-06-211-2/+2
|
* java highlights: annotation type declaration and AT interface keywordhomedirectory2023-06-211-0/+3
|
* Update parsers: c_sharp, firrtl, gdscript, julia, lua, luau, matlab, ↵GitHub2023-06-211-9/+9
| | | | squirrel, starlark
* fix(php): adapt to scanner rewriteAmaan Qureshi2023-06-212-2/+2
|
* fix(gdscript): adapt to scanner rewriteAmaan Qureshi2023-06-202-2/+2
|
* fix(firrtl): adapt to scanner rewriteAmaan Qureshi2023-06-202-2/+2
|
* Update parsers: elixir, matlab, sqlGitHub2023-06-201-3/+3
|
* fix(org): adapt to scanner rewriteAmaan Qureshi2023-06-202-2/+2
|
* fix(starlark): adapt to scanner rewriteAmaan Qureshi2023-06-202-2/+2
|
* fix(elixir): adapt to scanner rewriteAmaan Qureshi2023-06-202-2/+2
|
* feat(sql): add new keywords for optimization statements and renamesMatthias Q2023-06-192-2/+17
|
* fix(arduino): adapt to scanner rewriteObserverOfTime2023-06-192-2/+2
|
* fix(cpp): adapt to scanner rewriteChristian Clason2023-06-192-2/+2
|
* Update READMEGithub Actions2023-06-191-1/+1
|
* feat(matlab)!: replace parserÁlan Crístoffer2023-06-196-82/+179
|
* Update parsers: comment, luadocGitHub2023-06-191-2/+2
|
* feat(bash): add various shell builtinsAkmadan232023-06-191-2/+9
|
* chore: update cmakeUy Ha2023-06-181-1/+1
| | | | The new commit crashes when opening some CMake files
* Update parsers: comment, rstGitHub2023-06-181-2/+2
|
* Update parsers: arduino, haskellGitHub2023-06-171-2/+2
|
* Update parsers: c_sharp, cmake, comment, commonlisp, corn, erlang, vGitHub2023-06-171-6/+6
|
* chore: update cmake filesAmaan Qureshi2023-06-172-2/+2
|
* fix(comment): use #any-of? predicateSantos Gallegos2023-06-161-2/+2
|
* Update parsers: scala (#4953)github-actions[bot]2023-06-161-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: c, c_sharp, cpp, cuda, racket, scala (#4951)github-actions[bot]2023-06-151-6/+6
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: c_sharp, dart, vhsGitHub2023-06-141-3/+3
|
* highlights(commonlisp): include all symbols defined by the ANSI standardStephan Seitz2023-06-131-49/+7
| | | | | | | | | | | Before, those symbols were available via https://github.com/theHamsta/nvim-treesitter-commonlisp. Since then `#any-of?` has become more efficient via tables and clojure also added all builtin functions (https://github.com/theHamsta/nvim-treesitter/blob/72cbda75a901bf14a2eb98a47584fe5fc32689ab/queries/clojure/highlights.scm#L169-L278). The list I'm adding is defined by the 1994 ANSI standard that has not changed since. This is why I don't expect any changes or maintenance burden due to adding that list. Fixes https://github.com/theHamsta/tree-sitter-commonlisp/issues/18
* Update parsers: astro, haskell, ruby, scala (#4947)github-actions[bot]2023-06-131-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* feat: add more support for glimmer (#4935)Vadim Kazakov2023-06-133-0/+33
| | | * add indents, locals and folds
* Update parsers: latex, racket (#4943)github-actions[bot]2023-06-121-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: scala (#4940)github-actions[bot]2023-06-111-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>