From 4dff76d6ab5c2f08c128ee157bdefda9b2894fa4 Mon Sep 17 00:00:00 2001 From: Yuval Papish Date: Wed, 21 Sep 2016 21:16:04 +1000 Subject: 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 --- cppcheck.suppress | 1 + 1 file changed, 1 insertion(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3