diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-11 00:57:54 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | 2cd1eb6e2ab84be495feb2132094705e29ad33a8 (patch) | |
| tree | 8a923475294ab057ddd02f28885c0ff3799822c6 /queries/kotlin | |
| parent | Update glimmer (diff) | |
| download | nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.tar nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.tar.gz nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.tar.bz2 nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.tar.lz nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.tar.xz nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.tar.zst nvim-treesitter-2cd1eb6e2ab84be495feb2132094705e29ad33a8.zip | |
Update Kotlin parser
Diffstat (limited to 'queries/kotlin')
| -rw-r--r-- | queries/kotlin/highlights.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index 655ac7982..5ac5a7e59 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -70,9 +70,10 @@ (type_identifier) @type ;; Annotations -(annotation (single_annotation) @attribute) -(single_annotation (user_type (type_identifier) @attribute)) -(single_annotation (constructor_invocation (user_type (type_identifier) @attribute))) +;; TODO: +;(annotation (single_annotation) @attribute) +;(single_annotation (user_type (type_identifier) @attribute)) +;(single_annotation (constructor_invocation (user_type (type_identifier) @attribute))) ;; it |
