MUI - for OpenCL C API, add the "CL" extension in "C/C++ Source Code" Lexer

This commit is contained in:
Pairi Daiza 2025-02-02 17:24:48 +01:00
parent fed2ed07a0
commit ced86602a0
No known key found for this signature in database
GPG Key ID: 696D11EF6A99040C
5 changed files with 6 additions and 6 deletions

View File

@ -185,7 +185,7 @@ Comment Doc=fore:#808080
Comment Doc Word=bold; fore:#808080
Comment Doc Error=italic; fore:#800000
Task Marker=bold; fore:#208080
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
[Cmake Script]
Comment=fore:#008000
String=fore:#7F007F; back:#EEEEEE

View File

@ -185,7 +185,7 @@ Comment Doc=fore:#808080
Comment Doc Word=bold; fore:#808080
Comment Doc Error=italic; fore:#800000
Task Marker=bold; fore:#208080
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
[Cmake Script]
Comment=fore:#008000
String=fore:#7F007F; back:#EEEEEE

View File

@ -184,7 +184,7 @@ Comment Doc=fore:#808080
Comment Doc Word=bold; fore:#808080
Comment Doc Error=italic; fore:#FF8289
Task Marker=bold; fore:#2BACA8
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
[Cmake Script]
Comment=fore:#00CB00
String=fore:#FF38FF; back:#353535

View File

@ -49,7 +49,7 @@
&All Files=*.*
&Windows Text Files=*.txt;*.asc;*.bat;*.vbs;*.ini;*.inf;*.reg;*.xml;*.text;*.tmp;*.log;*.doc;*.scp;*.wtx;*.csv
&HTML Related Files=*.htm;*.html;*.shtml;*.php;*.css;*.js;*.vbs;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.txt;*.css;*.less;*.hss;*.sass;*.scss
&C/C++ Related Files=*.c;*.cpp;*.h;*.hpp;*.rc;*.ico;*.cur;*.bmp;*.txt;*.nsi;*.nsh;*.cs;*.csx;*.vala;*.cxx;*.cc;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.lang
&C/C++ Related Files=*.c;*.cpp;*.h;*.hpp;*.rc;*.ico;*.cur;*.bmp;*.txt;*.nsi;*.nsh;*.cs;*.csx;*.vala;*.cxx;*.cc;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.cl;*.lang
&No Binary Files=-*.exe;*.dll;*.cpl;*.ocx;*.bin;*.com;*.sys;*.scr;*.dat;*.dsk
;Text Files=*.txt;*.text;*.tmp;*.log;*.asc;*.doc;*.scp;*.wtx
;ANSI Art=*.nfo;*.diz
@ -61,7 +61,7 @@ Apache Config Files=*.conf;*.cfg;*.cnf;*.htaccess;*.prefs;*.iface;*.prop;*.po;*.
;Awk Script=*.awk
;Batch Files=*.bat;*.cmd
;C# Source Code=*.cs;*.csx;*.vala
;C/C++ Source Code=*.c;*.cpp;*.cxx;*.cc;*.h;*.hpp;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch
;C/C++ Source Code=*.c;*.cpp;*.cxx;*.cc;*.h;*.hpp;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.cl
;Cmake Script=*.cmake;*.ctest
;Coffeescript=*.coffee;*.cakefile
;Configuration Files=*.ini;*.inf;*.properties;*.oem;*.sif;*.url;*.sed;*.theme;*.clw

View File

@ -42,7 +42,7 @@ KEYWORDLIST KeyWords_CPP =
EDITLEXER lexCPP =
{
SCLEX_CPP, "cpp", IDS_LEX_CPP_SRC, L"C/C++ Source Code", L"c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch", L"",
SCLEX_CPP, "cpp", IDS_LEX_CPP_SRC, L"C/C++ Source Code", L"c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl", L"",
&KeyWords_CPP, {
{ {STYLE_DEFAULT}, IDS_LEX_STR_Default, L"Default", L"", L"" },
//{ {SCE_C_DEFAULT}, IDS_LEX_STR_Default, L"Default", L"", L"" },