mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-22 00:40:23 +00:00
Merge pull request #1223 from piaph/syntax_highlight_files_in_gentoo_portage_folders
Changed regex for Gentoo etc-portage to include detection of folders
This commit is contained in:
commit
6f3548e7ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
filetype: etc-portage
|
||||
|
||||
detect:
|
||||
filename: "\\.(keywords|mask|unmask|use)$"
|
||||
filename: "\\.(keywords|mask|unmask|use)(/.+)?$"
|
||||
|
||||
rules:
|
||||
# Use flags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue