-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathextension.json
More file actions
32 lines (32 loc) · 743 Bytes
/
extension.json
File metadata and controls
32 lines (32 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"identifier": "me.arthr.Liquid",
"name": "Liquid",
"organization": "arthr",
"description": "Syntax highlighting for Liquid template files.",
"version": "2.2.0",
"license": "MIT",
"bugs": "https://github.com/arthrfrts/Liquid.novaextension/issues",
"repository": "https://github.com/arthrfrts/Liquid.novaextension",
"funding": "https://github.com/sponsors/arthrfrts",
"keywords": [
"liquid",
"jekyll",
"shopify",
"html",
"templates",
"syntax"
],
"categories": [
"languages",
"completions"
],
"activationEvents": [
"onLanguage:liquid",
"onLanguage:html",
"onLanguage:css",
"onLanguage:scss",
"onLanguage:json",
"onLanguage:js",
"onLanguage:markdown"
]
}