-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "language-latex2e",
"version": "0.18.1",
"description": "A smarter grammar scoper for LaTeX",
"main": "./lib/language-latex2e.js",
"repository": "https://github.com/Aerijo/language-latex2e",
"bugs": "https://github.com/Aerijo/language-latex2e/issues",
"license": "MIT",
"engines": {
"atom": ">=1.41.0 <2.0.0"
},
"keywords": [
"latex",
"bibtex",
"syntax",
"highlighting",
"grammar"
],
"coffeelintConfig": {
"max_line_length": {
"level": "ignore"
},
"indentation": {
"level": "error",
"value": 2
}
},
"dependencies": {
"tree-sitter-biber": "0.6.3"
},
"configSchema": {
"maxTokensPerLine": {
"type": "integer",
"minimum": 1,
"default": 300,
"description": "Use with caution; higher numbers can reduce performance measurably. See README for more info."
}
}
}