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
Domas Poliakas
ab3bf7d956
fix(scala): add block_comment
2023-06-06 14:36:09 +00:00
Frank Bearoff
1b5a7334bb
feat(bash): highlight until as @repeat
2023-06-05 12:32:53 -04:00
Christian Clason
a034c7aa25
fix(highlights): lower priority for codeblocks with injections ( #4905 )
2023-06-05 14:09:44 +02:00
Pham Huy Hoang
9ec2a6bbda
tests: fix failed tests ( #4901 )
...
fix failed tests for tiger, t32 and wgsl
2023-06-05 09:52:36 +09:00
Pham Huy Hoang
1281601cb4
feat: add indents for annotation defs ( #4828 )
...
- Add indent for `@interface` and `@Annotation(...)`
- Add notes for indent queries
2023-06-04 13:28:41 +09:00
Will Ruggiano
79aedc9675
feat(prisma): highlight views
2023-06-04 00:05:57 -04:00
Ananda Umamil
bee003b880
feat(ecma): convert eligible @keyword.operators
2023-06-04 00:04:40 -04:00
Ananda Umamil
56022e0b05
feat(typescript): highlight is and : in type predicate
2023-06-04 00:04:00 -04:00
Santos Gallegos
48f4f3ead1
feat(comment): add support for URIs
...
https and https links are recognized now
ref https://github.com/stsewd/tree-sitter-comment/pull/21
2023-06-04 00:03:09 -04:00
Alex Manning
f84de0d6cd
fix(gleam): minor indent fixes
2023-06-04 10:39:20 +09:00
Tyler Miller
5ac8cf8ee5
fix(make/highlights): add define and operators
2023-06-03 23:54:28 +03:00