Mercurial > libervia-backend
comparison sat/plugins/plugin_misc_text_syntaxes.py @ 2780:85d3240a400f
plugin text syntaxes: changed import name to TEXT_SYNTAX (better with underscore for autocompletion)
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 19 Jan 2019 11:39:02 +0100 |
parents | 003b8b4b56a7 |
children | 816be0a23877 |
comparison
equal
deleted
inserted
replaced
2779:4cfa2085aebf | 2780:85d3240a400f |
---|---|
110 ) # we accept "!important" at the end | 110 ) # we accept "!important" at the end |
111 STYLES_ACCEPTED_VALUE = re.compile(STYLES_VALUES_REGEX) | 111 STYLES_ACCEPTED_VALUE = re.compile(STYLES_VALUES_REGEX) |
112 | 112 |
113 PLUGIN_INFO = { | 113 PLUGIN_INFO = { |
114 C.PI_NAME: "Text syntaxes", | 114 C.PI_NAME: "Text syntaxes", |
115 C.PI_IMPORT_NAME: "TEXT-SYNTAXES", | 115 C.PI_IMPORT_NAME: "TEXT_SYNTAXES", |
116 C.PI_TYPE: "MISC", | 116 C.PI_TYPE: "MISC", |
117 C.PI_PROTOCOLS: [], | 117 C.PI_PROTOCOLS: [], |
118 C.PI_DEPENDENCIES: [], | 118 C.PI_DEPENDENCIES: [], |
119 C.PI_MAIN: "TextSyntaxes", | 119 C.PI_MAIN: "TextSyntaxes", |
120 C.PI_HANDLER: "no", | 120 C.PI_HANDLER: "no", |