mirror of https://github.com/MidnightCommander/mc
Fix extension for lisp files.
This commit is contained in:
parent
5669ebe342
commit
02474a4788
|
@ -87,7 +87,7 @@ include java.syntax
|
|||
file ..\*\\.(st)$ SmallTalk\sProgram
|
||||
include smalltalk.syntax
|
||||
|
||||
file ..\*\\.(el|EL)$ Lisp\sProgram
|
||||
file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram
|
||||
include lisp.syntax
|
||||
|
||||
file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram
|
||||
|
|
Loading…
Reference in New Issue