Skip to content

Commit

Permalink
Remove unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroql authored and alecthomas committed Aug 11, 2020
1 parent aac3294 commit 86ebaf3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lexers/k/kotlin.go
Expand Up @@ -50,10 +50,6 @@ var Kotlin = internal.Register(MustNewLexer(
{"(@?[" + kotlinIdentifier + " ]*`)", NameProperty, Pop(1)},
},
"function": {

{`[~!%^&*()+=|\[\]:;,.<>\/?-]`, Punctuation, nil},
{`(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},

{"(@?[" + kotlinIdentifier + " ]*`)", NameFunction, Pop(1)},
},
},
Expand Down

0 comments on commit 86ebaf3

Please sign in to comment.