-
It seems to me that telekasten depends on ripgrep to search for tags.
Ripgrep by default respects .gitignore files. It would be very nice to have an option to be able to find tags in gitignored files…
-
Hi! :wave:
I package pcre2 for Arch Linux. We are currently [working on moving from pcre (unmaintained) to pcre2](https://archlinux.org/todo/move-to-pcre2/).
Not having any details on this proj…
dvzrv updated
3 months ago
-
As pointed out in https://github.com/zsh-users/zsh-syntax-highlighting/pull/747#issuecomment-656121985 (by @jnooree), the `regexp` highlighter runs under whichever setting of the `RE_MATCH_PCRE` optio…
-
Lexers used this rule (most if not all of them) are affected:
`{ pattern = "-?%.?%d+", type = "number" },`
Invalid numbers like `1.2.3.4` will also highlighted as `number`. I h…
-
Because remove_words! uses regex matching even for string input, it fails on actually-present terms if those terms are larger than the maximum pattern size accepted by PCRE. Actually-present terms als…
-
```
cd /usr/include/ && ln -s x86_64-linux-gnu/curl
apt-get install -y libenchant-dev libmcrypt-dev libpspell-dev librecode-dev libmm-dev
ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.…
-
This is for googletest release 1.11.0
Compiling on MacOs Catalina
Trying to compile this sample code:
```
#include "gtest/gtest.h"
// Demonstrate some basic assertions.
TEST(HelloTest, Basic…
-
The documentation for `Regex.IsMatch` (in [Regex.xml](https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Text.RegularExpressions/Regex.xml)) includes an example pattern `^[a-zA-Z0-9]\d{2}[…
-
### Problem
Onigmo is a backtracking regex engine. For this reason, it can sometime
become exceptionally slow, in particular, with this class of inputs:
regex : ^(a+)+$
string: aaaaaaa…
-
## Flavor Request
Apologies as I'm not honestly sure how to ask this question, but here's what I'm trying to figure out:
I'm trying to write a VSCode Textmate Grammar-based language for VSCode…