We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1592de commit b1d3bdcCopy full SHA for b1d3bdc
julia-ts-mode.el
@@ -165,10 +165,14 @@ Otherwise, the indentation is:
165
:feature 'definition
166
`((function_definition
167
name: (identifier) @font-lock-function-name-face)
168
+ (function_definition
169
+ name: (field_expression (identifier) "." (identifier) @font-lock-function-name-face))
170
(macro_definition
171
172
(short_function_definition
- name: (identifier) @font-lock-function-name-face))
173
+ name: (identifier) @font-lock-function-name-face)
174
+ (short_function_definition
175
+ name: (field_expression (identifier) "." (identifier) @font-lock-function-name-face)))
176
177
:language 'julia
178
:feature 'error
0 commit comments