Subpatterns
Đang mở
enhancement
- Ngôn ngữ chính
- Java
- Star
- 36
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.