Skip to content

Commit 86ebaf3

Browse files
pedroqlalecthomas
authored andcommitted
Remove unintended changes
1 parent aac3294 commit 86ebaf3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lexers/k/kotlin.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ var Kotlin = internal.Register(MustNewLexer(
5050
{"(@?[" + kotlinIdentifier + " ]*`)", NameProperty, Pop(1)},
5151
},
5252
"function": {
53-
54-
{`[~!%^&*()+=|\[\]:;,.<>\/?-]`, Punctuation, nil},
55-
{`(abstract|actual|annotation|as|as\?|break|by|catch|class|companion|const|constructor|continue|crossinline|data|delegate|do|dynamic|else|enum|expect|external|false|field|file|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|it|lateinit|noinline|null|object|open|operator|out|override|package|param|private|property|protected|public|receiver|reified|return|sealed|set|setparam|super|suspend|tailrec|this|throw|true|try|typealias|typeof|val|var|vararg|when|where|while)\b`, Keyword, nil},
56-
5753
{"(@?[" + kotlinIdentifier + " ]*`)", NameFunction, Pop(1)},
5854
},
5955
},

0 commit comments

Comments
 (0)