diff options
| author | Dennis B <bluz71@users.noreply.github.com> | 2021-03-04 14:34:37 +1100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-03-04 06:19:40 +0100 |
| commit | a74da044a8c208177c0af56eeab709859e2fda38 (patch) | |
| tree | 3331aa3fbc8e8c417fc0bb85a2ab0cff6ed2994d | |
| parent | aca33c0acac29b63c570f079cc06a5458e6ac94c (diff) | |
Highlight Julia symbol expressions as TSSymbol
| -rw-r--r-- | queries/julia/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index 5174db6f..b1d43910 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 |
