nvim-treesitter/tests/query
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
..
highlights fix(julia): treat :: as operator in type contexts 2024-11-23 11:10:05 +01:00
injections feat(http): more comprehensive highlights 2024-11-22 08:56:14 +01:00
highlights_spec.lua test: fix tests broken after 0.10 update (#6714) 2024-06-01 12:33:56 +09:00
injection_spec.lua test: fix tests broken after 0.10 update (#6714) 2024-06-01 12:33:56 +09:00