summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-04-09 19:57:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-04-09 19:57:00 +0200
commit792613a67378c254c03e0d829817aeef98757426 (patch)
treeca06147239909f2661ecbde645ee117f1889f231 /context
parenta9441c9324d34a75086102dcb376f49b181d18db (diff)
downloadcontext-792613a67378c254c03e0d829817aeef98757426.tar.gz
beta 2013.04.09 19:57
Diffstat (limited to 'context')
-rw-r--r--context/data/scite/lexers/scite-context-lexer-tex.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/context/data/scite/lexers/scite-context-lexer-tex.lua b/context/data/scite/lexers/scite-context-lexer-tex.lua
index e39ca2baa..cbe6d261d 100644
--- a/context/data/scite/lexers/scite-context-lexer-tex.lua
+++ b/context/data/scite/lexers/scite-context-lexer-tex.lua
@@ -410,6 +410,7 @@ local stopluacode = #stoplua * token("embedded", stoplua)
local metafuncall = ( P("reusable") + P("usable") + P("unique") + P("use") + P("reuse") ) * ("MPgraphic")
+ P("uniqueMPpagegraphic")
+ + 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") )