Fix readonly keyword in typescript

This commit is contained in:
Stephan Seitz 2021-03-07 18:59:39 +01:00 committed by Kiyan
parent c7e8f76f3c
commit e3a863bd1c

View file

@ -12,10 +12,9 @@
"protected" "protected"
"public" "public"
"type" "type"
"readonly"
] @keyword ] @keyword
(readonly) @keyword
; types ; types
(type_identifier) @type (type_identifier) @type