313 PYGMENTS_MULTILINECOMMENT: True, |
313 PYGMENTS_MULTILINECOMMENT: True, |
314 PYGMENTS_HEREDOC: True, |
314 PYGMENTS_HEREDOC: True, |
315 PYGMENTS_BACKTICKSTRING: True, |
315 PYGMENTS_BACKTICKSTRING: True, |
316 } |
316 } |
317 |
317 |
318 def readSettings(self, qs, prefix="/Scintilla" ): |
318 def readSettings(self, qs, prefix="/Scintilla"): |
319 """ |
319 """ |
320 Public method to read the lexer settings. |
320 Public method to read the lexer settings. |
321 |
321 |
322 Note: Overridden to treat the Pygments lexer specially. |
322 Note: Overridden to treat the Pygments lexer specially. |
323 |
323 |