We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
let a, b, c
1 parent cf2980a commit 123155dCopy full SHA for 123155d
julia-ts-mode.el
@@ -153,7 +153,8 @@ Otherwise, the indentation is:
153
value: (identifier) "." (identifier) @font-lock-variable-name-face)))
154
(local_statement (identifier) @font-lock-variable-name-face)
155
(let_statement :anchor (identifier) @font-lock-variable-name-face)
156
- (let_statement "," :anchor (identifier) @font-lock-variable-name-face)
+ ((let_statement _ @comma :anchor (identifier) @font-lock-variable-name-face)
157
+ (:equal "," @comma))
158
(let_binding :anchor (identifier) @font-lock-variable-name-face)
159
(global_statement (identifier) @font-lock-variable-name-face))
160
0 commit comments