aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexLaTeX.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-559/+0
2020-06-09Feature [feature-requests:1358]. Support lstlisting environment that is similarHugues Larrive1-0/+5
to verbatim.
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+9
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-05-07Fix warnings from GCC 9 because of a deprecated implicitly-declared operator=Neil1-0/+7
by explicitly implementing the operator=.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-07-17Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.Neil Hodgson1-1/+1
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-1/+2
checking in 4.0. Use lvRelease4 ID.
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-2/+2
2015-11-20Remove line end whitespace.Neil1-5/+5
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-32/+33
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-4/+4
2013-07-21Replace all instances of isascii with Scintilla-specific IsASCII.Neil1-4/+4
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode.
2013-04-30Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \.nyamatongwe1-3/+3
From Colomban Wendling.
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe1-0/+539
From G. Hu.