diff options
author | Yuval Papish <Yuval@YuvCom.com> | 2016-09-21 21:16:04 +1000 |
---|---|---|
committer | Yuval Papish <Yuval@YuvCom.com> | 2016-09-21 21:16:04 +1000 |
commit | 4dff76d6ab5c2f08c128ee157bdefda9b2894fa4 (patch) | |
tree | 6416471df248f619c5b51f73589ca4ec5ce89e64 /cppcheck.suppress | |
parent | c14fadb44739d232fa04e7d984857a28471baf5d (diff) | |
download | scintilla-mirror-4dff76d6ab5c2f08c128ee157bdefda9b2894fa4.tar.gz |
Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".
ILexer implementation
Lexer can now correctly handle:
"end triggers" phrase
"last-event:function" phrase
Indefinite comment level depth
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 6ef9fa56b..26fd5727c 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -30,6 +30,7 @@ variableScope:scintilla/lexers/LexNimrod.cxx variableScope:scintilla/lexers/LexNsis.cxx
variableScope:scintilla/lexers/LexOpal.cxx
variableScope:scintilla/lexers/LexPB.cxx
+variableScope:scintilla/lexers/LexProgress.cxx
variableScope:scintilla/lexers/LexRuby.cxx
uninitMemberVar:scintilla/lexers/LexRuby.cxx
variableScope:scintilla/lexers/LexSpecman.cxx
|