update inbox list

This commit is contained in:
manhlab
2021-04-07 19:25:18 -04:00
parent fda7245f7c
commit 436de2efd6
8576 changed files with 1013325 additions and 3 deletions

View File

@@ -0,0 +1,108 @@
{
"aliases": [
"scad"
],
"keywords": {
"keyword": "function module include use for intersection_for if else \\%",
"literal": "false true PI undef",
"built_in": "circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"
},
"contains": [
{
"className": "comment",
"begin": "\/\/",
"end": "$",
"contains": [
{
"begin": "\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b"
},
{
"className": "doctag",
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
"relevance": 0
}
]
},
{
"className": "comment",
"begin": "\/\\*",
"end": "\\*\/",
"contains": [
{
"$ref": "#contains.0.contains.0"
},
{
"className": "doctag",
"begin": "(?:TODO|FIXME|NOTE|BUG|XXX):",
"relevance": 0
}
]
},
{
"className": "number",
"begin": "\\b\\d+(\\.\\d+)?(e-?\\d+)?",
"relevance": 0
},
{
"className": "meta",
"keywords": {
"meta-keyword": "include use"
},
"begin": "include|use <",
"end": ">"
},
{
"className": "string",
"begin": "\"",
"end": "\"",
"illegal": null,
"contains": [
{
"begin": "\\\\[\\s\\S]",
"relevance": 0
}
]
},
{
"className": "keyword",
"begin": "\\$(f[asn]|t|vp[rtd]|children)"
},
{
"begin": "[*!#%]",
"relevance": 0
},
{
"className": "function",
"beginKeywords": "module function",
"end": "\\=|\\{",
"contains": [
{
"className": "params",
"begin": "\\(",
"end": "\\)",
"contains": [
"self",
{
"$ref": "#contains.2"
},
{
"$ref": "#contains.4"
},
{
"$ref": "#contains.5"
},
{
"className": "literal",
"begin": "false|true|PI|undef"
}
]
},
{
"className": "title",
"begin": "[a-zA-Z_]\\w*",
"relevance": 0
}
]
}
]
}