-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 893 Bytes
/
package.json
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
{
"name": "fortigate-fortios-syntax",
"displayName": "Fortigate FortiOS Syntax",
"description": "Fortigate syntax highlighting, converted from the Atom language package.",
"version": "1.1.0",
"publisher": "GSGBen",
"icon": "images/fortinet-social-icon.jpg",
"repository": "https://github.com/GSGBen/fortigate-fortios-syntax",
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Languages"
],
"contributes": {
"languages": [{
"id": "fortigate",
"aliases": ["Fortigate", "fortigate"],
"extensions": [".conf", ".fortigate", ".fgt"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "fortigate",
"scopeName": "source.fortigate",
"path": "./syntaxes/fortigate.tmLanguage.json"
}]
}
}