mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
fix(prisma): propert @type highlighting
This commit is contained in:
parent
2507f890ac
commit
c5d7aa36e4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
(arguments) @property
|
(arguments) @property
|
||||||
(column_type) @type
|
(column_type) @type
|
||||||
(enumeral) @constant
|
(enumeral) @constant
|
||||||
(identifier) @variable
|
(column_declaration (identifier) @variable)
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue