chg: Minor correction to have same alignment as other Lexers

This commit is contained in:
Pairi Daiza 2020-09-29 14:05:39 +02:00
parent bcbcd223e5
commit ebf197acaa
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
KEYWORDLIST KeyWords_LaTex = EMPTY_KEYWORDLIST;
EDITLEXER lexLATEX = {
SCLEX_LATEX, "latex", IDS_LEX_LATEX, L"LaTeX Files", L"tex; latex; sty; texi; texinfo; txi", L"",
SCLEX_LATEX, "latex", IDS_LEX_LATEX, L"LaTeX Files", L"tex; latex; sty; texi; texinfo; txi", L"",
&KeyWords_LaTex, {
{ {STYLE_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },
//{ {SCE_L_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },

View File

@ -10,7 +10,7 @@ NULL,
EDITLEXER lexTOML = {
SCLEX_TOML, "toml", IDS_LEX_TOML_CFG, L"TOML Config", L"toml", L"",
SCLEX_TOML, "toml", IDS_LEX_TOML_CFG, L"TOML Config", L"toml", L"",
&KeyWords_TOML,{
{ {STYLE_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },
//{ {SCE_TOML_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },