Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivmo committed Oct 11, 2024
1 parent 2c78179 commit 5393c3b
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Navi Cheatsheet Language Support",
"description": "Syntax highlighting for navi cheatsheet files.",
"publisher": "yanivmo",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"icon": "images/navi-icon-512.png",
"repository": {
Expand All @@ -23,12 +23,19 @@
"syntax highlighting"
],
"contributes": {
"languages": [{
"id": "navi-cheatsheet",
"aliases": ["Navi Cheatsheet", "navi-cheatsheet"],
"extensions": [".cheat"],
"configuration": "./language-configuration.json"
}],
"languages": [
{
"id": "navi-cheatsheet",
"aliases": [
"Navi Cheatsheet",
"navi-cheatsheet"
],
"extensions": [
".cheat"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "navi-cheatsheet",
Expand Down

0 comments on commit 5393c3b

Please sign in to comment.