mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Ticket #3691: mcedit: disassociate .cl file extension from LISP syntax.
According to the LISP users this file extension can only be seen in old projects and nowadays it's much more common in the computer graphics applications for the OpenCL programs. This is a part of work related on adding OpenCL syntax highlight to mcedit. See tocket #3690 for the details. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
24a16003a8
commit
97430c1fa4
@ -136,7 +136,7 @@ include aspx.syntax
|
||||
file ..\*\\.st$ SmallTalk\sProgram
|
||||
include smalltalk.syntax
|
||||
|
||||
file ..\*\\.(lisp|lsp|el|cl)$ Lisp\sProgram
|
||||
file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram
|
||||
include lisp.syntax
|
||||
|
||||
file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram
|
||||
|
Loading…
Reference in New Issue
Block a user