mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5477 from hpwamr/Mui_Beta
Add extensions "ts"and "tsx" in Tcl Script lexer
This commit is contained in:
commit
5da90a1c69
@ -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).
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user