summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-09-11 11:46:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-09-11 11:46:00 +0200
commit3413278eb3639da93bfa6d31d0abb8f9b41b3150 (patch)
tree06023108480c6ab9bb0bb452aba81710e4d267c4 /context
parent22352fedfedda2f3a89bedcdfcf715aa944ce227 (diff)
downloadcontext-3413278eb3639da93bfa6d31d0abb8f9b41b3150.tar.gz
beta 2013.09.11 11:46
Diffstat (limited to 'context')
-rw-r--r--context/data/scite/lexers/scite-context-lexer-tex.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/context/data/scite/lexers/scite-context-lexer-tex.lua b/context/data/scite/lexers/scite-context-lexer-tex.lua
index cbe6d261d..34c88b16b 100644
--- a/context/data/scite/lexers/scite-context-lexer-tex.lua
+++ b/context/data/scite/lexers/scite-context-lexer-tex.lua
@@ -413,7 +413,7 @@ local metafuncall = ( P("reusable") + P("usable") + P("unique") + P("
+ P("MPpositiongraphic")
local metafunenvironment = metafuncall -- ( P("use") + P("reusable") + P("unique") ) * ("MPgraphic")
- + P("MP") * ( P("code")+ P("page") + P("inclusions") + P("initializations") + P("definitions") + P("extensions") + P("graphic") )
+ + P("MP") * ( P("code")+ P("page") + P("inclusions") + P("initializations") + P("definitions") + P("extensions") + P("graphic") + P("calculation") )
local startmetafun = P("\\start") * metafunenvironment
local stopmetafun = P("\\stop") * metafunenvironment -- todo match start