diff options
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/roboconf.min.js')
-rw-r--r-- | pyssg.xyz/live/static/hl/languages/roboconf.min.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/roboconf.min.js b/pyssg.xyz/live/static/hl/languages/roboconf.min.js new file mode 100644 index 0000000..a80bad2 --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/roboconf.min.js @@ -0,0 +1,11 @@ +hljs.registerLanguage("roboconf",(()=>{"use strict";return e=>{ +const n="[a-zA-Z-_][^\\n{]+\\{",a={className:"attribute",begin:/[a-zA-Z-_]+/, +end:/\s*:/,excludeEnd:!0,starts:{end:";",relevance:0,contains:[{ +className:"variable",begin:/\.[a-zA-Z-_]+/},{className:"keyword", +begin:/\(optional\)/}]}};return{name:"Roboconf",aliases:["graph","instances"], +case_insensitive:!0,keywords:"import",contains:[{begin:"^facet "+n,end:/\}/, +keywords:"facet",contains:[a,e.HASH_COMMENT_MODE]},{begin:"^\\s*instance of "+n, +end:/\}/, +keywords:"name count channels instance-data instance-state instance of", +illegal:/\S/,contains:["self",a,e.HASH_COMMENT_MODE]},{begin:"^"+n,end:/\}/, +contains:[a,e.HASH_COMMENT_MODE]},e.HASH_COMMENT_MODE]}}})());
\ No newline at end of file |