7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
module.exports = {
|
|
"name": "omit",
|
|
"regExp": /^\*omit\*/,
|
|
"processSafe":true,
|
|
"parserFunc": function parser_omit() {}
|
|
};
|