mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09: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:
@@ -1,7 +1,7 @@
|
||||
filetype: etc-portage
|
||||
|
||||
detect:
|
||||
filename: "\\.(keywords|mask|unmask|use)$"
|
||||
filename: "\\.(keywords|mask|unmask|use)(/.+)?$"
|
||||
|
||||
rules:
|
||||
# Use flags:
|
||||
|
||||
Reference in New Issue
Block a user