Skip to content

Commit 3a4c064

Browse files
committed
Fix incorrect capitalization of scope in codeblock grammar
1 parent 290a1a3 commit 3a4c064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grammars/codeblock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"contentName": "meta.embedded.block.kotlin",
1414
"patterns": [
1515
{
16-
"include": "source.Kotlin"
16+
"include": "source.kotlin"
1717
}
1818
]
1919
}
2020
},
21-
"scopeName": "markdown.Kotlin.codeblock"
22-
}
21+
"scopeName": "markdown.kotlin.codeblock"
22+
}

0 commit comments

Comments
 (0)