PHP Classes

File: editor/codemirror/mode/d/test.js

Recommend this page to a friend!
  Classes of Cedric Maenetja   Custom PHP HTML Parser   editor/codemirror/mode/d/test.js   Download  
File: editor/codemirror/mode/d/test.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Custom PHP HTML Parser
Process HTML to replace it with parameter values
Author: By
Last change:
Date: 1 year ago
Size: 416 bytes
 

Contents

Class file image Download
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "d"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("nested_comments", "[comment /+]","[comment comment]","[comment +/]","[variable void] [variable main](){}"); })();