Subpatterns
Ouverte
enhancement
- Langage dominant
- Java
- Étoiles
- 36
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Lets say I have the following text:
```
pom.xml
```
I can make a rule that registers `` and `` as HTML tags (`<[\s\w="\/;'.,:?-]+>`), but I then want to look inside the matched region and match keywords like `class` and strings. I can't do this with single-level patterns. This will need sub-patterns to accomplish.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.