You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
3.5 KiB
JSON

{
"aliases": [
"tao"
],
"lexemes": "[a-zA-Z][a-zA-Z0-9_?]*",
"keywords": {
"keyword": "if then else do while until for loop import with is as where when by data constant integer real text name boolean symbol infix prefix postfix block tree",
"literal": "true false nil",
"built_in": "in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x mouse_?y mouse_buttons ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts"
},
"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": "string",
"begin": "\"",
"end": "\"",
"illegal": "\\n"
},
{
"className": "string",
"begin": "'",
"end": "'",
"illegal": "\\n"
},
{
"className": "string",
"begin": "<<",
"end": ">>"
},
{
"className": "function",
"begin": "[a-z][^\\n]*->",
"returnBegin": true,
"end": "->",
"contains": [
{
"className": "title",
"begin": "[a-zA-Z]\\w*",
"relevance": 0,
"starts": {
"endsWithParent": true,
"keywords": {
"$ref": "#keywords"
}
}
}
]
},
{
"beginKeywords": "import",
"end": "$",
"keywords": {
"$ref": "#keywords"
},
"contains": [
{
"$ref": "#contains.2"
}
]
},
{
"className": "number",
"begin": "[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"
},
{
"className": "number",
"begin": "\\b\\d+(\\.\\d+)?",
"relevance": 0
}
]
}