Skip to content

Commit 65a04a7

Browse files
authored
Merge pull request #20163 from dabrahams/xcpretty-warnings
2 parents 063bbfc + 5f4fabd commit 65a04a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Use `M-x hs-show-all' to show them again."
376376
,(concat
377377
"^"
378378
"[ \t]+" "\\(?:(@\\)?"
379-
"[A-Z][A-Za-z0-9_]*@"
379+
"[A-Z⚠️][A-Za-z0-9_]*@"
380380
;; Filename \1
381381
"\\("
382382
"[0-9]*[^0-9\n]"

0 commit comments

Comments
 (0)