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