Skip to content

Commit 6459296

Browse files
committed
feat(snippets): add simple url base expansions
1 parent 7651f79 commit 6459296

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

users/cdom/config/espanso/match/urls.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
---
12
matches:
3+
- trigger: "@@gh"
4+
replace: "https://github.com/"
5+
- trigger: "@@j"
6+
replace: "https://kleinweb.atlassian.net/browse/KWG-"
7+
28
- regex: ";gh\\((?P<repo>.*)\\)"
39
replace: '[{{repo}}](https://github.com/{{repo}})'
410
- regex: ";j<(?P<id>\\d+)>"

0 commit comments

Comments
 (0)