nvim-treesitter/tests
Fredrik Ekre 3f377c0739 fix(julia): treat :: as operator in type contexts
This patch captures `::` as `@operator` within
`(unary_typed_expression)` and `(typed_expression)`. These should be the
only two cases that the parser can emit when encountering `::` in the
source, but as a fallback it is still captured as `@punctuation` in all
other cases.

The reasons for capturing `::` as an operator are i) the close relation
with the other type-operators `<:` and `>:` and ii) the fact that it is
treated as an operator by the Julia parser, just like `<:` and `>:`.
2024-11-23 11:10:05 +01:00
..
indent fix(wgsl): indent call expression params (#7309) 2024-11-06 10:09:14 -08:00
query fix(julia): treat :: as operator in type contexts 2024-11-23 11:10:05 +01:00
unit tests: fix deprecated tests (#4681) 2023-04-20 15:12:31 +09:00