summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-10-06 15:31:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-10-06 15:31:00 +0200
commit18b22ccfe77b0f996e3c78c16126dc00cebf7e2d (patch)
tree98de77f543795027effda89612cd1d49a452931e /context
parent06d7e58122d6238c80fc91825d110322bb3c051b (diff)
downloadcontext-18b22ccfe77b0f996e3c78c16126dc00cebf7e2d.tar.gz
beta 2012.10.06 15:31
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 2e982365a..f59624051 100644
--- a/context/data/scite/lexers/scite-context-lexer-tex.lua
+++ b/context/data/scite/lexers/scite-context-lexer-tex.lua
@@ -390,7 +390,7 @@ local stoplua = P("\\stop") * Cmt(luaenvironment,stopdisplaylua)
local startluacode = token("embedded", startlua)
local stopluacode = #stoplua * token("embedded", stoplua)
-local metafuncall = ( P("reusable") + P("usable") + P("unique") + P("use") ) * ("MPgraphic")
+local metafuncall = ( P("reusable") + P("usable") + P("unique") + P("use") + P("reuse") ) * ("MPgraphic")
+ P("uniqueMPpagegraphic")
local metafunenvironment = metafuncall -- ( P("use") + P("reusable") + P("unique") ) * ("MPgraphic")