Skip to content

Commit

Permalink
Add wildcard rule for app-vim category, why not (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 27, 2018
1 parent c68adf3 commit ee3311c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 500.wildcard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
- { setname: "vdr:$1", noflag: not_vdr, namepat: "vdr-plugin-(.*)" }
- { setname: "vdr:$1", noflag: not_vdr, namepat: "vdr-(.*)", ruleset: [ fedora, gentoo, exherbo ] }

# vim
- { setname: "vim:$0", noflag: not_vim, category: app-vim, ruleset: [gentoo, exherbo] }

# Xemacs
- { setname: "xemacs:$0", noflag: not_xemacs, category: app-xemacs, ruleset: [gentoo, exherbo] }

Expand Down

0 comments on commit ee3311c

Please sign in to comment.