Skip to content

Commit d83c6fa

Browse files
author
Adrian Vovk
committed
Prepare for rename
1 parent 04333e3 commit d83c6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/kotlin.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ repository:
130130
patterns: [
131131
{ # Lambda headers (x: Type -> ...)
132132
begin: "(?=\\w[\\w\\s,:=<>]*->)"
133-
end: "(?=\\s*->)"
133+
end: "\\s*(?=->)"
134134
name: "underline"
135135
patterns: [include: "#parameters"]
136136
}

0 commit comments

Comments
 (0)