| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleanup
* Add scope access operator
* Add enum keyword
* Update test ref
* Fix bug for tokenizing number formats
* Add pr to CHANGES
|
| |
|
|
|
|
| |
pathlib.Path entries in sys.path are actually ignored. See
https://github.com/python/cpython/issues/96482
|
| |
|
|
|
|
|
|
| |
* Copy the security paragraph to security.rst
* Fix missing maintainer in docs/index.rst
* Fix incorrect emphasis markup
|
| |
|
|\ |
|
| |\
| | |
| | | |
Add security considerations.
|
| | | |
|
| | |
| | |
| | |
| | | |
Adds support for SSE/AVX/AVX-512 registers and 'rel' and 'abs' address
operators.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add GAP console session mode
This is also appropriate for GAP .tst files.
Add `analyse_text` methods for `ScilabLexer` and `GAPConsoleLexer` to
distinguish Scilab and GAP .tst files
* Use explicit name for 'keepends' argument to splitlines
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes an issue where in code like this:
```
int foo(float bar) // hello() {}
```
The lexer would match `(float bar) // hello()`
as the parameters of the function `foo`, instead
of just `(float bar)`.
In addition, a similar test case to what was originally
reported in #2208 is added.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
formatters/img: use new API for bounding box for Pillow 9.2
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
declarations (#2208)
Something like
id id2("){ ... }");
is no longer wrongly recognized as a "function"
id id2(") {
...
}
");
As the difference in the tests shows, this has the unfortunate side
effect that we no longer highlight something like
int f(param="default");
as a function declaration, but it is hard to imagine another way to
fix this (cf. “most vexing parse” problem).
Fixes #2207
|
| | |
|
| |
| |
| |
| | |
\\\\|\\. is like \\. but causes catastrophic backtracking inside (...)* .
|
| |
| |
| |
| | |
Very sorry about this!
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fix problem reported at
https://lists.gnu.org/archive/html/lilypond-user-fr/2022-04/msg00075.html
Then update the autogenerated result.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Disable highlighting of unicode escape codes in python bytes literals,
as described in
https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals.
So escape codes of the form "\N{name}", "\uxxxx" and "\Uxxxxxxxx" will
no longer be highlighted within bytes literals. Add tests for escape
code highlighting in string and bytes literals.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This has come up a few times, and I see no good reason to catch
and report this error.
Fixes #2193
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Explain that adding styles to the source tree directly is something that
should be only used by contributors.
|
|
|
|
|
|
|
|
|
|
|
| |
* Register new style
* Replace default_style with Token
#2184
* Remove default_style from styles
* Simplify register style code
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Co-authored-by: andy <andy.yu2k@gmail.com>
Co-authored-by: Jean-Abou-Samra <jean@abou-samra.fr>
|
| |
|
|
|
|
|
| |
* Added COMAL-80 language highlight.
Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
|
| |
|
|
|
|
|
|
|
|
|
| |
StarOffice style is a theme used in the user interface and carries through to OpenOffice and LibreOffice, and the documentation.
Reference:
* [Color Config Entry](https://github.com/LibreOffice/core/blob/master/svtools/source/config/colorcfg.cxx#L447-L453)
* [Color Types](https://github.com/LibreOffice/core/blob/e4a57dcdabc9ae7d381025e008b90635c1b7b10c/include/tools/color.hxx#L448)
Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
|
|
|
|
|
|
|
| |
* Add Name.Property token missing from docs
* Add Comment.PreprocFile token missing from docs
* Add Punctuation.Marker token to tokens dict
|
| |
|
|
|
|
| |
Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
|