mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00: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 = []
|