mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-19 03:51:08 +00:00
Changed filename detection for Gentoo etc-portage to include detection of folders
This commit is contained in:
parent
e071a4f8e2
commit
57c681eddf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
filetype: etc-portage
|
filetype: etc-portage
|
||||||
|
|
||||||
detect:
|
detect:
|
||||||
filename: "\\.(keywords|mask|unmask|use)$"
|
filename: "\\.(keywords|mask|unmask|use)(/.+)?$"
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# Use flags:
|
# Use flags:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue