mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-08 19:34:47 +03:00
Ticket #4469: add syntax highlighting for Jenkinsfiles.
Jenkinsfiles follow Groovy syntax, treat them accordingly Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
cc283df6dc
commit
0d5a989e7e
@ -150,7 +150,7 @@ include php.syntax
|
||||
file ..\*\\.ij[xs]$ J\sFile
|
||||
include j.syntax
|
||||
|
||||
file ..\*\\.(?i:java?|groovy)$ Java\sProgram
|
||||
file ..\*\\.(?i:java?|groovy|Jenkinsfile)$ Java\sProgram
|
||||
include java.syntax
|
||||
|
||||
file ..\*\\.(properties|config)$ Java\sFile
|
||||
|
Loading…
x
Reference in New Issue
Block a user