mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix readonly keyword in typescript
This commit is contained in:
parent
c7e8f76f3c
commit
e3a863bd1c
1 changed files with 1 additions and 2 deletions
|
|
@ -12,10 +12,9 @@
|
|||
"protected"
|
||||
"public"
|
||||
"type"
|
||||
"readonly"
|
||||
] @keyword
|
||||
|
||||
(readonly) @keyword
|
||||
|
||||
; types
|
||||
|
||||
(type_identifier) @type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue