16 from .Config import highlightingStylesFileFormatVersion |
16 from .Config import highlightingStylesFileFormatVersion |
17 |
17 |
18 import Preferences |
18 import Preferences |
19 |
19 |
20 |
20 |
|
21 # TODO: add support for sub-styling |
21 class HighlightingStylesWriter(XMLStreamWriterBase): |
22 class HighlightingStylesWriter(XMLStreamWriterBase): |
22 """ |
23 """ |
23 Class implementing the writer class for writing a highlighting styles XML |
24 Class implementing the writer class for writing a highlighting styles XML |
24 file. |
25 file. |
25 """ |
26 """ |