Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 3e96dbf

Browse files
authored
Merge pull request #1 from AdamJacobson/tab-rule
Add rule for tab
2 parents 9ceae19 + e783510 commit 3e96dbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tab.rule

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
srl: begin with letter exactly 3 times, literally ':', tab, digit at least 1 times, must end
2+
match: "abc: 90"
3+
no match: "xyz: 5"

0 commit comments

Comments
 (0)