summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-09-11 13:00:24 +0300
committerMarius <mariausol@gmail.com>2013-09-11 13:00:24 +0300
commit415f53ecf56e5353a9f14ae136ac0d4aea5dbf3d (patch)
tree1eca469e991895870080591d2082aaa29adbeda3 /context
parent5644affdd299c0567ee215dfefcb58f8e813330d (diff)
downloadcontext-415f53ecf56e5353a9f14ae136ac0d4aea5dbf3d.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