Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
|
|
|
|
Caused by conflict with [feature-requests:#1299].
|
|
These contain "-" like "custom-tag".
|
|
|
|
|
|
|
|
tag instead of the end.
|
|
|
|
|
|
Move data tables to end of local functions.
These changes have no strong effect - this change set just tries to simplify
the following change set which makes more significant changes.
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
Add some helper methods to SubStyles for finding style metadata of substyles.
|
|
|
|
The lexer can't handle getting out of some states, so make sure never
to start in any of them.
|
|
|
|
This prevents a later assertion failure.
|
|
positions and line numbers and may be widened to 64-bits in a future release.
|
|
comment recognizers to allow for future implementation of 64-bit positions.
|
|
|
|
From John Ehresman.
|
|
|
|
|
|
|
|
|
|
guaranty termination where possible.
|
|
Parameter names added to method declarations.
|
|
|
|
iasascii is not part of ISO C or C++ but is a BSD extension so caused
problems when compiling in strict compliance mode.
|
|
|
|
|
|
|
|
|
|
From Sakshi Verma.
|
|
|
|
|
|
|
|
Now backtracks by whole lines until not inside tag.
|
|
|
|
|
|
|
|
|
|
From Stephan R.A. Deibel.
|
|
From Stephan R.A. Deibel.
|
|
From Stephan R.A. Deibel.
|
|
|
|
|