Highlight Julia symbol expressions as TSSymbol

This commit is contained in:
Dennis B 2021-03-04 14:34:37 +11:00 committed by Stephan Seitz
parent aca33c0aca
commit a74da044a8

View file

@ -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