Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikShah committed Jun 27, 2024
2 parents 3669229 + 05fcf06 commit 7210eb0
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "syntax-mcfunction",
"publisher": "MinecraftCommands",
"displayName": "syntax-mcfunction",
"description": "Syntax highlighting for mcfunction files (Last Updated: 1.21)",
"icon": "icon.png",
"author": "MinecraftCommands",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MinecraftCommands/syntax-mcfunction"
},
"engines": {
"vscode": "^1.81.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"languages": [
{
"id": "mcfunction",
"aliases": [
"mcfunction",
"mcf",
"MCF"
],
"extensions": [
".mcfunction"
],
"configuration": "./language-configuration.json"
}
"name": "syntax-mcfunction",
"publisher": "MinecraftCommands",
"displayName": "syntax-mcfunction",
"description": "Syntax highlighting for mcfunction files (Last Updated: 1.21)",
"icon": "icon.png",
"author": "MinecraftCommands",
"version": "0.7.8",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MinecraftCommands/syntax-mcfunction"
},
"engines": {
"vscode": "^1.81.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"languages": [
{
"id": "mcfunction",
"aliases": [
"mcfunction",
"mcf",
"MCF"
],
"extensions": [
".mcfunction"
],
"grammars": [
{
"language": "mcfunction",
"scopeName": "source.mcfunction",
"path": "./mcfunction.tmLanguage.json"
}
]
},
"devDependencies": {
"js-yaml": "^4.1.0"
}
}
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "mcfunction",
"scopeName": "source.mcfunction",
"path": "./mcfunction.tmLanguage.json"
}
]
},
"devDependencies": {
"js-yaml": "^4.1.0"
}
}

0 comments on commit 7210eb0

Please sign in to comment.