| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Part of bug [#1810].
|
|
Part of bug [#1810].
|
|
https://doc.rust-lang.org/reference.html#unicode-escapes
|
|
|
|
unlimited levels.
|
|
This prevents a later assertion failure.
|
|
characters.
|
|
|
|
Added ' and " detection as prefix chars for x repetition operator.
|
|
|
|
|
|
|
|
|
|
Double-diamond operator <<>>
Hexadecimal floating point literals
Repetition in list assignment
Added example file to the lexing tests and changed lexing tests to allow larger
files and to standardise on Unix line ends when testing these larger files to
avoid spurious failures.
|
|
|
|
Removed the dynamic array.
|
|
|
|
Avoid heap allocations for here delimiter and quote stack.
|
|
|
|
|
|
at line start.
|
|
|
|
|
|
errors as line 0.
|
|
|
|
|
|
some cases of regex highlighting.
From active-m / ActiveState.
|
|
|
|
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.
|
|
|
|
LexErrorList, LexMake, LexNull, and LexProps.
|
|
|
|
|
|
protected region, allow folding of protected region
|
|
From darmar.
|
|
|
|
treating "IS" the same as "is".
|
|
|
|
The sc.Forward() is performed once more at the end of the
function and performing it here causes the second ` is skipped in ``.
Probably caused by copy-pasting the code above and not realizing
this one reads just a single character.
|
|
|
|
From Michael Staszewski.
|
|
braces within strings.
|
|
levelMinCurrent was missing. Add support for lexer.verilog.fold.preprocessor.else that behaves like fold.at.else only for preprocessor `else and `elseif directives.
|
|
carry over to the next line
|
|
`endcelldefine with `if
|
|
The file had become a mixture of tab indenting and space indenting.
No other changes were made in this change set.
|
|
From Markus Moser.
|
|
|