diff options
Diffstat (limited to 'Master/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua')
-rw-r--r-- | Master/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua b/Master/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua index 7b305d3e5d5..e32fe9dee15 100644 --- a/Master/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua +++ b/Master/texmf-dist/context/data/scite/lexers/themes/scite-context-theme.lua @@ -107,7 +107,6 @@ local style_tag = style { fore = colors.cyan } ----- style_standout = style { fore = colors.orange, bold = true } local style_command = style { fore = colors.green, bold = true } local style_internal = style { fore = colors.orange, bold = true } -local style_internal = style { fore = colors.orange, bold = true } local style_preamble = style { fore = colors.yellow } local style_grouping = style { fore = colors.red } |