Merge pull request #5477 from hpwamr/Mui_Beta

Add extensions "ts"and "tsx" in Tcl Script lexer
This commit is contained in:
Pairi Daiza 2025-10-21 17:02:33 +02:00 committed by GitHub
commit 5da90a1c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 5 deletions

View File

@ -41,6 +41,7 @@ Current BETA Version 6.25.1021.(build_#) (2025-10-21)
NEW:
--------------------------------------------------------
[.###.#]- .
[1021.2]- Add extensions "ts"and "tsx" in Tcl Script lexer (LEX).
[1021.1]- Add extension "JSX" in JavaScript lexer (LEX).
[.828.1]- Added Notepad3 Version in the Title bar of the Inno Setup dialog box (SUP).

View File

@ -647,7 +647,7 @@ String=fore:#008080
Identifier=fore:#800080
Substitution=fore:#CC0000
Modifier=fore:#FF00FF
FileNameExtensions=tcl; itcl; tm
FileNameExtensions=tcl; itcl; tm; ts; tsx
[TOML Config]
Keyword=bold; fore:#FF0080
Comment=fore:#008000

View File

@ -648,7 +648,7 @@ String=fore:#008080
Identifier=fore:#800080
Substitution=fore:#CC0000
Modifier=fore:#FF00FF
FileNameExtensions=tcl; itcl; tm
FileNameExtensions=tcl; itcl; tm; ts; tsx
[TOML Config]
Keyword=bold; fore:#FF0080
Comment=fore:#008000

View File

@ -660,7 +660,7 @@ String=fore:#00AFAA
Identifier=fore:#FF35FF
Substitution=fore:#FF1926
Modifier=fore:#A005A0
FileNameExtensions=tcl; itcl; tm
FileNameExtensions=tcl; itcl; tm; ts; tsx
[TOML Config]
Keyword=bold; fore:#CB0965
Comment=fore:#00CB00

View File

@ -98,7 +98,7 @@ Ruby Script=*.rb;*.ruby;*.rbw;*.rake;*.rjs;*.rakefile;*.gemspec;*.podspec
;Shell Script=*.sh;*.csh;*.zsh;*.bash;*.tcsh;*.m4;*.in
;SQL Query=*.sql;*.mysql;*.hsql;*.pkb
;SystemVerilog HDVL=*.sv;*.svh
;Tcl Script=*.tcl;*.itcl;*.tm
;Tcl Script=*.tcl;*.itcl;*.tm;*.ts;*.tsx
;TOML Config=*.toml
;VBScript=*.vbs;*.dsm
;Verilog HDL=*.v;*.vh

View File

@ -33,7 +33,7 @@ KEYWORDLIST KeyWords_TCL =
EDITLEXER lexTCL =
{
SCLEX_TCL, "tcl", IDS_LEX_TCL, L"Tcl Script", L"tcl; itcl; tm", L"",
SCLEX_TCL, "tcl", IDS_LEX_TCL, L"Tcl Script", L"tcl; itcl; tm; ts; tsx", L"",
&KeyWords_TCL, {
{ {STYLE_DEFAULT}, IDS_LEX_STR_Default, L"Default", L"", L"" },
//{ {SCE_TCL_DEFAULT}, IDS_LEX_STR_Default, L"Default", L"", L"" },