Skip to content

Commit 3849ba5

Browse files
authored
Merge pull request #19 from jtouzy/feature/new_kotlin_keywords
[feature] Additional Kotlin keywords
2 parents eff7efb + 6b815be commit 3849ba5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Kotlin.xclangspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"class",
7979
"const",
8080
"continue",
81+
"data",
8182
"default",
8283
"do",
8384
"double",
@@ -104,11 +105,14 @@
104105
"native",
105106
"new",
106107
"null",
108+
"object",
109+
"override",
107110
"package",
108111
"private",
109112
"protected",
110113
"public",
111114
"return",
115+
"sealed",
112116
"short",
113117
"static",
114118
"strictfp",
@@ -126,6 +130,7 @@
126130
"var",
127131
"void",
128132
"volatile",
133+
"when",
129134
"while"
130135
);
131136
Type = "xcode.syntax.keyword";

0 commit comments

Comments
 (0)