mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
6d94947a44
git-svn-id: http://svn.automattic.com/wordpress/trunk@10614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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 = []
|