We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5949ef commit eed4eabCopy full SHA for eed4eab
grammars/Kotlin.tmLanguage.json
@@ -117,7 +117,7 @@
117
"include": "#character"
118
},
119
{
120
- "include": "#lambda-expression"
+ "include": "#lambda-arrow"
121
122
123
"include": "#operators"
@@ -525,7 +525,7 @@
525
"match": "\\bnull\\b",
526
"name": "constant.language.null.kotlin"
527
528
- "lambda-expression": {
+ "lambda-arrow": {
529
"match": "->",
530
"name": "storage.type.function.arrow.kotlin"
531
0 commit comments