Subpatterns
未关闭
enhancement
- 主要语言
- Java
- 星标
- 36
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。