mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Add yum repo syntax highlight file
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
bc704787ff
commit
ddd0c12d75
@ -130,6 +130,9 @@ include sql.syntax
|
||||
file ..\*\\.(spec|spec\.in)$ RPM\sSpecfile
|
||||
include spec.syntax
|
||||
|
||||
file ..\*\\.repo$ YUM\sRepo File
|
||||
include repo.syntax
|
||||
|
||||
file ..\*\\.(awk)$ AWK\sFile
|
||||
include awk.syntax
|
||||
|
||||
|
9
syntax/repo.syntax
Normal file
9
syntax/repo.syntax
Normal file
@ -0,0 +1,9 @@
|
||||
# Yum repo syntax highlighting
|
||||
#
|
||||
# Author: Andy Shevchenko <andy.shevchenko@gmail.com>
|
||||
|
||||
context default
|
||||
|
||||
context # \n brown
|
||||
spellcheck
|
||||
|
Loading…
Reference in New Issue
Block a user