mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
Highlight Julia symbol expressions as TSSymbol
This commit is contained in:
parent
aca33c0aca
commit
a74da044a8
1 changed files with 1 additions and 2 deletions
|
|
@ -63,9 +63,8 @@
|
|||
(parameterized_identifier) @type))
|
||||
|
||||
;; Symbol expressions (:my-wanna-be-lisp-keyword)
|
||||
;; Same highlight as in clojure
|
||||
(quote_expression
|
||||
(identifier)) @type
|
||||
(identifier)) @symbol
|
||||
|
||||
;; Parsing error! foo (::Type) get's parsed as two quote expressions
|
||||
(argument_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue