mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
OCaml use @constant.builtin for built in constants
This commit is contained in:
parent
8d1547f0bc
commit
acf0c0f6a1
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@
|
||||||
; Constants
|
; Constants
|
||||||
;----------
|
;----------
|
||||||
|
|
||||||
[(boolean) (unit)] @constant
|
(unit) @constant.builtin
|
||||||
|
|
||||||
|
(boolean) @boolean
|
||||||
|
|
||||||
[(number) (signed_number)] @number
|
[(number) (signed_number)] @number
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue