Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed May 11, 2022
1 parent 4de2445 commit aa03395
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Lag Assembly Syntax Highlighter",
"publisher": "RedCMD",
"description": "Syntax Highlighting for Lag",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"vscode": "^1.47.0"
},
Expand Down Expand Up @@ -63,8 +63,7 @@
"scopeName": "source.redcmd.syntax.ab",
"path": "./syntaxes/ab.tmLanguage.json",
"configuration": "./language-configuration.json",
"injectTo": [
]
"injectTo": []
},
{
"language": "cd",
Expand All @@ -74,8 +73,7 @@
"injectTo": [
"source.redcmd.syntax.ab"
],
"embeddedLanguages": {
}
"embeddedLanguages": {}
},
{
"language": "ef",
Expand All @@ -85,16 +83,14 @@
"injectTo": [
"source.redcmd.syntax.ab"
],
"embeddedLanguages": {
}
"embeddedLanguages": {}
},
{
"language": "gh",
"scopeName": "source.redcmd.syntax.gh",
"path": "./syntaxes/gh.tmLanguage.json",
"configuration": "./language-configuration.json",
"injectTo": [
]
"injectTo": []
}
]
}
Expand Down

0 comments on commit aa03395

Please sign in to comment.