mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
parent
8758abeb4d
commit
fd59f98441
1 changed files with 7 additions and 3 deletions
|
|
@ -108,6 +108,11 @@
|
||||||
(module
|
(module
|
||||||
(caname) @module)
|
(caname) @module)
|
||||||
|
|
||||||
|
[
|
||||||
|
"let"
|
||||||
|
"in"
|
||||||
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
(where)
|
(where)
|
||||||
"rewrite"
|
"rewrite"
|
||||||
|
|
@ -125,13 +130,12 @@
|
||||||
] @keyword.operator
|
] @keyword.operator
|
||||||
|
|
||||||
[
|
[
|
||||||
"data"
|
|
||||||
"let"
|
|
||||||
"in"
|
|
||||||
(visibility)
|
(visibility)
|
||||||
(totality)
|
(totality)
|
||||||
] @keyword.modifier
|
] @keyword.modifier
|
||||||
|
|
||||||
|
"data" @keyword.type
|
||||||
|
|
||||||
[
|
[
|
||||||
"="
|
"="
|
||||||
"$="
|
"$="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue