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:
Sergey Sharybin 2016-09-21 11:27:49 +02:00 committed by Andrew Borodin
parent 24a16003a8
commit 97430c1fa4

View File

@ -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