diff options
| -rw-r--r-- | queries/julia/highlights.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index fe326641..1b7e5b72 100644 --- a/queries/julia/highlights.scm +++ b/queries/julia/highlights.scm @@ -7,8 +7,6 @@ ;; In case you want type highlighting based on Julia naming conventions (this might collide with mathematical notation) ;((identifier) @type ; exception: mark `A_foo` sort of identifiers as variables ;(match? @type "^[A-Z][^_]")) -((identifier) @constant - (#match? @constant "^[A-Z][A-Z_]{2}[A-Z_]*$")) (macro_identifier) @function.macro (macro_identifier (identifier) @function.macro) ; for any one using the variable highlight |
