PHP Classes

File: documentation/js/google-code-prettify/lang-yaml.js

Recommend this page to a friend!
  Classes of Oliver Lillie   PHP Video Toolkit   documentation/js/google-code-prettify/lang-yaml.js   Download  
File: documentation/js/google-code-prettify/lang-yaml.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Video Toolkit
Manipulate and convert videos with ffmpeg program
Author: By
Last change: Update of documentation/js/google-code-prettify/lang-yaml.js
Date: 1 year ago
Size: 412 bytes
 

Contents

Class file image Download
var a=null; PR.registerLangHandler(PR.createSimpleLexer([["pun",/^[:>?|]+/,a,":|>?"],["dec",/^%(?:YAML|TAG)[^\n\r#]+/,a,"%"],["typ",/^&\S+/,a,"&"],["typ",/^!\S*/,a,"!"],["str",/^"(?:[^"\\]|\\.)*(?:"|$)/,a,'"'],["str",/^'(?:[^']|'')*(?:'|$)/,a,"'"],["com",/^#[^\n\r]*/,a,"#"],["pln",/^\s+/,a," \t\r\n"]],[["dec",/^(?:---|\.\.\.)(?:[\n\r]|$)/],["pun",/^-/],["kwd",/^\w+:[\n\r ]/],["pln",/^\w+/]]),["yaml","yml"]);