aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexJSON.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want ↵Neil1-1/+2
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e.
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