Skip to content

Commit

Permalink
fix: grammer file cannot be opened
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberGlitch01 committed Sep 12, 2023
1 parent ec352ae commit db8f1bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editor/src/main/assets/Editor/SoraEditor/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"languageConfiguration": "Editor/SoraEditor/java/language-configuration.json"
},
{
"grammar": "Editor/SoraEditor/kotlin/syntaxes/Kotlin.tmLanguage.json",
"name": "kt",
"scopeName": "source.kt",
"grammar": "Editor/SoraEditor/kotlin/syntaxes/Kotlin.tmLanguage",
"name": "kotlin",
"scopeName": "source.kotlin",
"languageConfiguration": "Editor/SoraEditor/kotlin/language-configuration.json"
},
{
Expand Down

0 comments on commit db8f1bc

Please sign in to comment.