Skip to content

Commit d43d1a9

Browse files
committed
fix: Manifest improvements
1 parent 0f28d44 commit d43d1a9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@
2020
"url": "https://edwinkofler.com"
2121
},
2222
"categories": [
23-
"Snippets",
24-
"Programming Languages"
23+
"Programming Languages",
24+
"Snippets"
2525
],
2626
"keywords": [
2727
"Linux",
28-
"Systemd",
29-
"Configurations",
30-
"panda",
31-
"utils"
28+
"systemd"
3229
],
3330
"contributes": {
3431
"languages": [
@@ -40,7 +37,8 @@
4037
],
4138
"extensions": [
4239
".awk",
43-
".gawk"
40+
".gawk",
41+
".mawk"
4442
],
4543
"configuration": "./language-configuration/awk.language-configuration.json"
4644
},
@@ -335,7 +333,7 @@
335333
],
336334
"snippets": [
337335
{
338-
"language": "html",
336+
"language": "ejs",
339337
"path": "./snippets/ejs.code-snippets"
340338
},
341339
{

0 commit comments

Comments
 (0)