Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Jun 15, 2024
1 parent fdb1803 commit 7b8313e
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lazurite",
"displayName": "Lazurite-vscode",
"description": "",
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"vscode": "^1.88.0"
},
Expand All @@ -13,28 +13,40 @@
},
"license": "MIT",
"categories": [
"Programming Languages", "Snippets"
"Programming Languages",
"Snippets"
],
"keywords": [
"Lazurite", "programming language", "snippents", "syntax highlighting"
"Lazurite",
"programming language",
"snippents",
"syntax highlighting"
],
"contributes": {
"languages": [{
"id": "lazurite",
"aliases": ["Lazurite", "lazurite"],
"extensions": [".lzr"],
"configuration": "./language-configuration.json",
"icon": {
"light": "./assets/icon.svg",
"dark": "./assets/icon.svg"
"languages": [
{
"id": "lazurite",
"aliases": [
"Lazurite",
"lazurite"
],
"extensions": [
".lzr"
],
"configuration": "./language-configuration.json",
"icon": {
"light": "./assets/icon.svg",
"dark": "./assets/icon.svg"
}
}
}
],
"grammars": [{
"language": "lazurite",
"scopeName": "source.lazurite",
"path": "./syntaxes/lazurite.tmLanguage.json"
}],
],
"grammars": [
{
"language": "lazurite",
"scopeName": "source.lazurite",
"path": "./syntaxes/lazurite.tmLanguage.json"
}
],
"snippets": [
{
"language": "lazurite",
Expand Down

0 comments on commit 7b8313e

Please sign in to comment.