Skip to content

Commit

Permalink
chg: Minor correction to have same alignment as other Lexers
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwamr committed Sep 29, 2020
1 parent bcbcd22 commit ebf197a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/StyleLexers/styleLexLaTex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"" },
Expand Down
2 changes: 1 addition & 1 deletion src/StyleLexers/styleLexTOML.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"" },
Expand Down

0 comments on commit ebf197a

Please sign in to comment.