summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua')
-rw-r--r--Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua b/Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua
index d67be2cd84a..0099b968a2d 100644
--- a/Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua
+++ b/Master/texmf-dist/context/data/scite/lexers/scite-context-lexer-tex.lua
@@ -528,7 +528,7 @@ local group = {
contextlexer._foldpattern = P("\\" ) * (P("start") + P("stop")) + S("{}") -- separate entry else interference
-contextlexer._foldsymbols = { -- these need to be style references
+contextlexer._foldsymbols = { -- these need to be style references .. todo: multiple styles
_patterns = {
"\\start", "\\stop", -- regular environments
-- "\\begin", "\\end", -- (moveable) blocks
@@ -539,6 +539,8 @@ contextlexer._foldsymbols = { -- these need to be style references
["data"] = environment,
["user"] = environment,
["embedded"] = environment,
+ ["helper"] = environment,
+ ["plain"] = environment,
["grouping"] = group,
}