Skip to content

Commit 1e55f32

Browse files
committed
fix <at>. macro detection
1 parent a864c2d commit 1e55f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Julia.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ contexts:
349349
- include: main
350350

351351
macros:
352-
- match: '(@)({{base_macros}}|\.)\b'
352+
- match: '(@)({{base_macros}}\b|\.)'
353353
scope: meta.function-call.macro.julia
354354
captures:
355355
1: punctuation.definition.macro.julia

0 commit comments

Comments
 (0)