mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 11:20:28 +01:00
10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
|
/*
|
||
|
* CodePress regular expressions for Text syntax highlighting
|
||
|
*/
|
||
|
|
||
|
// plain text
|
||
|
Language.syntax = []
|
||
|
Language.snippets = []
|
||
|
Language.complete = []
|
||
|
Language.shortcuts = []
|