diff options
Diffstat (limited to 'qt/qextscintillalexerhtml.cpp')
-rw-r--r-- | qt/qextscintillalexerhtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerhtml.cpp b/qt/qextscintillalexerhtml.cpp index 2da5f01..e84ca7a 100644 --- a/qt/qextscintillalexerhtml.cpp +++ b/qt/qextscintillalexerhtml.cpp @@ -61,7 +61,7 @@ const char *QextScintillaLexerHTML::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerHTML::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789_-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"; } |