10 lines
184 B
JavaScript
Executable File
10 lines
184 B
JavaScript
Executable File
/*
|
|
* CodePress regular expressions for Text syntax highlighting
|
|
*/
|
|
|
|
// plain text
|
|
Language.syntax = []
|
|
Language.snippets = []
|
|
Language.complete = []
|
|
Language.shortcuts = []
|