Commit graph

1959 commits

Author SHA1 Message Date
Sergio Alejandro Vargas
dcf46d07cc Update Julia queries 2023-07-08 11:24:01 +02:00
Amaan Qureshi
f45ea99454 feat: add Cairo 2023-07-08 04:29:57 -04:00
ObserverOfTime
ec7db4ba3f feat(pug): improve syntax highlighting 2023-07-07 16:14:01 -04:00
Piotr Bugała
4cc1b342f6
feat(groovy): update highlights from upstream (#5076)
Groovydoc multiline comment support.
2023-07-07 09:58:44 +03:00
Stephen Huan
e1ab5391e5
feat(nix): highlight hpath_expressions as @string.special 2023-07-06 03:07:07 -04:00
Derek Stride
1a915819d8
feat(sql): update highlights from upstream 2023-07-05 16:05:56 -04:00
Amaan Qureshi
2d78445087 fix(foam): update queries from upstream 2023-07-05 03:41:15 -04:00
Amaan Qureshi
46b1ad3de2 refactor(v)!: update upstream repository 2023-07-04 11:08:07 +02:00
Repetitive
254f3da683 fix(markdown_inline): don't spellcheck shortlinks 2023-07-02 14:22:27 +02:00
Christian Clason
3fde1587d0 fix(html): distinguish <hX> levels 2023-07-01 13:49:28 +02:00
Ananda Umamil
aab2274e2c
feat(javascript): highlight parameter destructuring patterns 2023-07-01 05:25:05 -04:00
urbit-pilled
04dda34cb7
feat: add Hoon language support
---------

Co-authored-by: urbit-pilled <urbit-pilled>
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2023-06-29 19:26:44 -04:00
Dian Fay
849645e893
feat(sql): json operator highlights 2023-06-29 19:25:34 -04:00
Beartama
4c3912dfa8
indents(cmake): dedent brackets, else, endwhile
* feat(cmake): dedent for all closing brackets

* feat(cmake): indent an argument according to its previous peer

* fix(cmake); fix typo, add dedent `endwhile`
2023-06-29 20:26:23 +09:00
Glib Shpychka
f460cc8ee7
feat(wing): add parser (#5021)
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-06-29 10:34:46 +00:00
Matthias Q
ea637db974
highlights(sql): add filter keyword 2023-06-29 14:54:33 +09:00
Uy Ha
e7f2b1276b fix(cmake): end indentation after normal_command node 2023-06-28 18:35:25 +02:00
Uy Ha
e68ad094cd feat(cmake): update cmake parser, adapt highlight.scm, and add indents.scm 2023-06-28 18:35:25 +02:00
Pham Huy Hoang
949edb8c52
indents(fish): Add "end" and "case" (#5029) 2023-06-28 15:56:44 +09:00
ObserverOfTime
43fab6423c feat(pem): add parser 2023-06-28 07:07:05 +03:00
ShootingStarDragons
016cba16a0 feat: add groovy support 2023-06-27 20:01:29 +02:00
Dian M Fay
b75f79bc5f fix(sql): compound_statement -> block
a little more reorganizing; we've copied the indents file into
tree-sitter-sql and it tests okay there.
2023-06-25 17:31:24 +02:00
ObserverOfTime
20a6c66b76 feat(awk): highlight builtin variables & shebang 2023-06-25 08:15:25 +03:00
Borys Lykah
e9984bb744
feat: add support for haskell persistent library 2023-06-24 15:00:47 -04:00
Matthias Queitsch
f26596386f highlights(sql): remove keyword_group_concat after refactor 2023-06-23 20:04:47 +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
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
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
Matthias Q
517a79c848
feat(sql): add new keywords for optimization statements and renames 2023-06-19 13:09:47 -04:00
Álan Crístoffer
df3f47a508 feat(matlab)!: replace parser 2023-06-19 09:43:25 +02:00
Akmadan23
c005b8a880 feat(bash): add various shell builtins 2023-06-19 02:36:16 -04:00
Santos Gallegos
1b9f704eb8 fix(comment): use #any-of? predicate 2023-06-16 21:21:40 +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
Vadim Kazakov
0ae494269a
feat: add more support for glimmer (#4935)
* add indents, locals and folds
2023-06-13 00:54:30 +09:00
Noah
7be9ebd06a
feat(clojure): add update-keys & update-vals 2023-06-09 16:07:45 -04:00
David Zeng
51dfcfdfde
feat(dart): improve locals query (#4922) 2023-06-09 12:48:24 +03:00
Chris Kipp
5944fc821a
feat(scala): sync highlights with latest upstream (#4926)
This accounts for a correction in interpolations and also adding support
for `self_type`.

This is a follow-up to #4920.
2023-06-09 10:15:06 +02:00
pseudometa
e040eda997
feat(comment): Add some common comment tags (#4909)
see also: https://github.com/stsewd/tree-sitter-comment/issues/22
2023-06-09 10:14:08 +02:00
Amaan Qureshi
2c59e0ff3d refactor(ecma): triple dot should be an operator 2023-06-09 01:58:28 +09:00
Amaan Qureshi
99606fdb71 feat(typescript): update highlights 2023-06-09 01:58:28 +09:00
Hoang Nguyen
71bb1da621
feat(jsonnet): add "for" & "function", update operator highlights
`expr` -> `operator` doesn't exist in the node tree anymore after
505f5bd900
2023-06-08 10:13:26 -04:00
Munif Tanjim
a954f789aa
feat(lua): update highlights query for functions (#4919) 2023-06-08 00:12:54 +02:00
Amaan Qureshi
46ddea9dec
fix(dart): update indents from upstream (#4924) 2023-06-07 20:10:54 +02:00