mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ocaml): highlight characters as such
This commit is contained in:
parent
f1c272676b
commit
f7126fe54b
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@
|
|||
|
||||
[(number) (signed_number)] @number
|
||||
|
||||
[(string) (character)] @string
|
||||
(character) @character
|
||||
|
||||
(string) @string
|
||||
|
||||
(quoted_string "{" @string "}" @string) @string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue