Skip to content

Commit

Permalink
updated language names to be more human-friendly; bumped version to 0…
Browse files Browse the repository at this point in the history
….0.3
  • Loading branch information
adamgeorge309 committed Jan 8, 2025
1 parent 8b156e1 commit 612b250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "omnetpp-vscode",
"displayName": "OMNeT++ NED and MSG",
"description": "Official extension for the OMNeT++ NED and MSG languages",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "opensim",
"repository": "https://github.com/omnetpp/omnetpp-vscode",
"icon": "logo128.png",
Expand All @@ -20,14 +20,14 @@
"contributes": {
"languages": [
{
"id": "omnetpp-ned",
"id": "OMNeT++ NED",
"extensions": [
".ned"
],
"configuration": "./language-configuration.json"
},
{
"id": "omnetpp-msg",
"id": "OMNeT++ MSG",
"extensions": [
".msg"
],
Expand All @@ -36,12 +36,12 @@
],
"grammars": [
{
"language": "omnetpp-ned",
"language": "OMNeT++ NED",
"scopeName": "source.ned",
"path": "./syntaxes/ned.tmLanguage.json"
},
{
"language": "omnetpp-msg",
"language": "OMNeT++ MSG",
"scopeName": "source.msg",
"path": "./syntaxes/omnetpp-msg.tmLanguage.json"
}
Expand Down

0 comments on commit 612b250

Please sign in to comment.