We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f28d44 commit d43d1a9Copy full SHA for d43d1a9
package.json
@@ -20,15 +20,12 @@
20
"url": "https://edwinkofler.com"
21
},
22
"categories": [
23
- "Snippets",
24
- "Programming Languages"
+ "Programming Languages",
+ "Snippets"
25
],
26
"keywords": [
27
"Linux",
28
- "Systemd",
29
- "Configurations",
30
- "panda",
31
- "utils"
+ "systemd"
32
33
"contributes": {
34
"languages": [
@@ -40,7 +37,8 @@
40
37
41
38
"extensions": [
42
39
".awk",
43
- ".gawk"
+ ".gawk",
+ ".mawk"
44
45
"configuration": "./language-configuration/awk.language-configuration.json"
46
@@ -335,7 +333,7 @@
335
333
336
334
"snippets": [
337
{
338
- "language": "html",
+ "language": "ejs",
339
"path": "./snippets/ejs.code-snippets"
340
341
0 commit comments