Commit graph

4136 commits

Author SHA1 Message Date
Borys Lykah
e9984bb744
feat: add support for haskell persistent library 2023-06-24 15:00:47 -04:00
GitHub
68c619f2e3 Update parsers: matlab, racket 2023-06-24 09:50:42 +02:00
Amaan Qureshi
b08aa95eee fix(racket): adapt to scanner rewrite 2023-06-24 09:25:10 +02:00
Amaan Qureshi
18983e3a82 fix(python): adapt to scanner rewrite 2023-06-24 01:11:57 +02:00
Matthias Queitsch
f26596386f highlights(sql): remove keyword_group_concat after refactor 2023-06-23 20:04:47 +02:00
GitHub
f03db67aa4 Update parsers: markdown, markdown_inline, matlab, ocaml, ocaml_interface 2023-06-23 17:23:50 +02:00
GitHub
fdaf9f3f98 Update parsers: arduino, c_sharp, pony, sql 2023-06-23 09:40:58 +02:00
Matthias Queitsch
ae04153314 highlights(sql): fix order for invocation 2023-06-22 18:18:42 +02:00
Chinmay Dalal
cbd54ebb8d fix(zig): capture function calls as @function.call 2023-06-22 04:10:38 -04:00
GitHub
b723c30e5f Update parsers: arduino, c_sharp, cpp, lalrpop, matlab, scala, twig 2023-06-22 09:33:16 +02:00
Dian M Fay
40ac56c493 fix(sql): invocation 2023-06-22 08:39:42 +02:00
Dian M Fay
38372dcda4 fix(sql): field alias moved to term 2023-06-22 08:39:42 +02:00
Dian M Fay
cabbda88c9 fix(sql): table_alias -> alias 2023-06-22 08:39:42 +02:00
Dian M Fay
57a753186b fix(sql): update lockfile 2023-06-22 08:39:42 +02:00
Dian M Fay
3db1a461b9 fix(sql): table_reference -> object_reference 2023-06-22 08:39:42 +02:00
Christian Clason
e58bbe83f9 lint(locals): use #set! to keep query linter happy 2023-06-22 08:39:17 +02:00
Amaan Qureshi
c9d5812ba3 fix(markdown): elm injection no longer segfaults 2023-06-21 19:13:51 +02:00
Chinmay Dalal
b26b11f971 fix(fennel): capture function calls as @function.call 2023-06-21 11:20:58 -04:00
homedirectory
39b9f45a64 java highlights: annotation type declaration and AT interface keyword 2023-06-21 10:46:53 +02:00
GitHub
e015524926 Update parsers: c_sharp, firrtl, gdscript, julia, lua, luau, matlab, squirrel, starlark 2023-06-21 09:08:58 +02:00
Amaan Qureshi
c3ad1fc21e fix(php): adapt to scanner rewrite 2023-06-21 08:18:35 +02:00
Amaan Qureshi
1897926700 fix(gdscript): adapt to scanner rewrite 2023-06-20 15:12:59 -04:00
Amaan Qureshi
19385830ab fix(firrtl): adapt to scanner rewrite 2023-06-20 10:02:58 +02:00
GitHub
a74317ffaa Update parsers: elixir, matlab, sql 2023-06-20 09:28:12 +02:00
Amaan Qureshi
a1c29a9d1d fix(org): adapt to scanner rewrite 2023-06-20 09:13:29 +02:00
Amaan Qureshi
c8f5919b66 fix(starlark): adapt to scanner rewrite 2023-06-20 09:09:44 +02:00
Amaan Qureshi
4a8efcffc4 fix(elixir): adapt to scanner rewrite 2023-06-20 08:58:57 +02:00
Matthias Q
517a79c848
feat(sql): add new keywords for optimization statements and renames 2023-06-19 13:09:47 -04:00
ObserverOfTime
70f161b1dd fix(arduino): adapt to scanner rewrite 2023-06-19 10:45:56 +02:00
Christian Clason
e3330c67f1 fix(cpp): adapt to scanner rewrite 2023-06-19 09:54:05 +02:00
Github Actions
9f87ac1ed1 Update README 2023-06-19 09:45:25 +02:00
Álan Crístoffer
df3f47a508 feat(matlab)!: replace parser 2023-06-19 09:43:25 +02:00
GitHub
3f6c2de149 Update parsers: comment, luadoc 2023-06-19 09:43:05 +02:00
Akmadan23
c005b8a880 feat(bash): add various shell builtins 2023-06-19 02:36:16 -04:00
Uy Ha
fdddbff576 chore: update cmake
The new commit crashes when opening some CMake files
2023-06-18 17:23:34 +02:00
GitHub
d0d57ce5e7 Update parsers: comment, rst 2023-06-18 03:06:56 -04:00
GitHub
840e5d7178 Update parsers: arduino, haskell 2023-06-17 12:59:12 +02:00
GitHub
41f78130fd Update parsers: c_sharp, cmake, comment, commonlisp, corn, erlang, v 2023-06-17 10:09:48 +02:00
Amaan Qureshi
e2c162b09f chore: update cmake files 2023-06-17 09:59:41 +02:00
Santos Gallegos
1b9f704eb8 fix(comment): use #any-of? predicate 2023-06-16 21:21:40 +02:00
github-actions[bot]
150a4c9fa4
Update parsers: scala (#4953)
Co-authored-by: GitHub <noreply@github.com>
2023-06-16 06:56:41 +00:00
github-actions[bot]
10b0da9f93
Update parsers: c, c_sharp, cpp, cuda, racket, scala (#4951)
Co-authored-by: GitHub <noreply@github.com>
2023-06-15 07:17:06 +00:00
GitHub
5822a8c688 Update parsers: c_sharp, dart, vhs 2023-06-14 09:16:51 +02:00
Stephan Seitz
150be01d47 highlights(commonlisp): include all symbols defined by the ANSI standard
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
(72cbda75a9/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
2023-06-13 22:12:45 +02:00
github-actions[bot]
2847aac9d4
Update parsers: astro, haskell, ruby, scala (#4947)
Co-authored-by: GitHub <noreply@github.com>
2023-06-13 07:20:54 +00:00
Vadim Kazakov
0ae494269a
feat: add more support for glimmer (#4935)
* add indents, locals and folds
2023-06-13 00:54:30 +09:00
github-actions[bot]
111a3f4611
Update parsers: latex, racket (#4943)
Co-authored-by: GitHub <noreply@github.com>
2023-06-12 07:35:58 +00:00
github-actions[bot]
9c9e12f033
Update parsers: scala (#4940)
Co-authored-by: GitHub <noreply@github.com>
2023-06-11 07:38:24 +00:00
github-actions[bot]
f9d701176c
Update parsers: commonlisp, racket, ruby, scala (#4937)
Co-authored-by: GitHub <noreply@github.com>
2023-06-10 09:26:21 +02:00
Noah
7be9ebd06a
feat(clojure): add update-keys & update-vals 2023-06-09 16:07:45 -04:00