Skip to content

Commit 5fd2133

Browse files
andrewdamarijnh
authored andcommitted
[kotlin mode] Remove package from def keywords
1 parent 2a5abc3 commit 5fd2133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mode/clike/clike.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
591591
multiLineStrings: true,
592592
number: /^(?:0x[a-f\d_]+|0b[01_]+|(?:[\d_]+\.?\d*|\.\d+)(?:e[-+]?[\d_]+)?)(u|ll?|l|f)?/i,
593593
blockKeywords: words("catch class do else finally for if where try while enum"),
594-
defKeywords: words("class val var object package interface fun"),
594+
defKeywords: words("class val var object interface fun"),
595595
atoms: words("true false null this"),
596596
hooks: {
597597
'"': function(stream, state) {

0 commit comments

Comments
 (0)