From a74da044a8c208177c0af56eeab709859e2fda38 Mon Sep 17 00:00:00 2001 From: Dennis B Date: Thu, 4 Mar 2021 14:34:37 +1100 Subject: [PATCH] Highlight Julia symbol expressions as TSSymbol --- queries/julia/highlights.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index 5174db6f1..b1d43910f 100644 --- a/queries/julia/highlights.scm +++ b/queries/julia/highlights.scm @@ -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