Skip to content

Commit

Permalink
Add "contributes" block (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed authored Oct 3, 2023
1 parent 991fff0 commit 8f3a30f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,20 @@
},
"dependencies": {
"langium": "1.2.0"
},
"contributes": {
"languages": [
{
"id": "zmodel",
"extensions": [".zmodel"]
}
],
"grammars": [
{
"language": "zmodel",
"scopeName": "source.zmodel",
"path": "./syntaxes/zmodel.tmLanguage.json"
}
]
}
}

0 comments on commit 8f3a30f

Please sign in to comment.