aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexJSON.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-2/+2
checking in 4.0. Use lvRelease4 ID.
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-1/+2
default implementations of the ILexerWithSubStyles interface methods.
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-13/+13
2016-10-14Fix JSON lexer folding bug.yonken1-2/+4
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew1-0/+497