diff options
Diffstat (limited to 'www/lib/vis/examples/graph3d/playground/prettify/lang-yaml.js')
| -rw-r--r-- | www/lib/vis/examples/graph3d/playground/prettify/lang-yaml.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/lib/vis/examples/graph3d/playground/prettify/lang-yaml.js b/www/lib/vis/examples/graph3d/playground/prettify/lang-yaml.js deleted file mode 100644 index f2f36070..00000000 --- a/www/lib/vis/examples/graph3d/playground/prettify/lang-yaml.js +++ /dev/null @@ -1,2 +0,0 @@ -PR.registerLangHandler(PR.createSimpleLexer([["pun",/^[:|>?]+/,null,":|>?"],["dec",/^%(?:YAML|TAG)[^#\r\n]+/,null,"%"],["typ",/^[&]\S+/,null,"&"],["typ",/^!\S*/,null,"!"],["str",/^"(?:[^\\"]|\\.)*(?:"|$)/,null,'"'],["str",/^'(?:[^']|'')*(?:'|$)/,null,"'"],["com",/^#[^\r\n]*/,null,"#"],["pln",/^\s+/,null," \t\r\n"]],[["dec",/^(?:---|\.\.\.)(?:[\r\n]|$)/],["pun",/^-/],["kwd",/^\w+:[ \r\n]/],["pln",/^\w+/]]), -["yaml","yml"])
\ No newline at end of file |
