mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
Syntax.in: fix pattern for Ruby program.
This commit is contained in:
parent
312b316577
commit
4fcc19b581
@ -49,7 +49,7 @@ include python.syntax
|
|||||||
file ..\*\\.(pyx|pxd|pxi)$ Cython\sor\sPyrex\sProgram
|
file ..\*\\.(pyx|pxd|pxi)$ Cython\sor\sPyrex\sProgram
|
||||||
include cython.syntax
|
include cython.syntax
|
||||||
|
|
||||||
file ..\*\\.(?:rb)$ Ruby\sProgram ^#!.\*([\s/]ruby|@RUBY@)
|
file ..\*\\.(?i:rb)$ Ruby\sProgram ^#!.\*([\s/]ruby|@RUBY@)
|
||||||
include ruby.syntax
|
include ruby.syntax
|
||||||
|
|
||||||
file ..\*\\.(man|[0-9n]|[0-9](x|ncurses|ssl|p|pm|menu|form|vga|t|td))$ NROFF\sSource
|
file ..\*\\.(man|[0-9n]|[0-9](x|ncurses|ssl|p|pm|menu|form|vga|t|td))$ NROFF\sSource
|
||||||
|
Loading…
Reference in New Issue
Block a user