mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
17 lines
159 B
Scheme
17 lines
159 B
Scheme
[
|
|
"true"
|
|
"false"
|
|
] @boolean
|
|
|
|
"null" @constant
|
|
|
|
(string) @string
|
|
|
|
(number) @number
|
|
|
|
(comment) @comment
|
|
|
|
(member
|
|
name: (_) @keyword)
|
|
|
|
(ERROR) @error
|