-
### 🔍 Search Terms
regex, regular expression, syntax highlighting
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't chang…
-
### Bug Report Checklist
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=i…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
1. Add `@` or`#` to language word_characters (or look at a JavaScript file which already includes …
-
-
```
SQLite can use syntax like:
SELECT * FROM t WHERE c REGEXP 'blah[x-z]+';
This is translated internally to REGEXP(c, 'blah[x-z]+'), which is not
implemented by default, but which can be overri…
-
```
SQLite can use syntax like:
SELECT * FROM t WHERE c REGEXP 'blah[x-z]+';
This is translated internally to REGEXP(c, 'blah[x-z]+'), which is not
implemented by default, but which can be overri…
-
# 用正则表达式分析 URL - Harttle Land
[http://harttle.land/2016/02/23/javascript-regular-expressions.html](http://harttle.land/2016/02/23/javascript-regular-expressions.html)
-
javascript themplate:
```
[# th:inline="none"]
var i = [/test/g];
[/]
```
throws an exception:
```
org.thymeleaf.templateparser.text.TextParseException: (Line = 2, Column = 9) Malformed templa…
-
## What is the new suggestion?
Currently, MDN has just landed Regex reference on mdn/content#22210(and some add-ups in mdn/content#26944), and it's worth it to have it translated to Chinese.
## …
-
I have some code with a big comment in the code like this:
```
*
*