diff frontends/src/constants.py @ 902:485975c1e0ca

frontends: added SYNTAX_TEXT in the constants
author souliane <souliane@mailoo.org>
date Mon, 10 Mar 2014 22:19:11 +0100
parents 1fe00f0c9a91
children cd02f5ef30df
line wrap: on
line diff
--- a/frontends/src/constants.py	Wed Mar 05 23:24:03 2014 +0100
+++ b/frontends/src/constants.py	Mon Mar 10 22:19:11 2014 +0100
@@ -58,6 +58,7 @@
     # from plugin_misc_text_syntaxes
     SYNTAX_XHTML = "XHTML"
     SYNTAX_CURRENT = "@CURRENT@"
+    SYNTAX_TEXT = "text"
 
     NO_SECURITY_LIMIT = -1