summaryrefslogtreecommitdiff
path: root/context/data/scite
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-09 22:00:18 +0300
committerMarius <mariausol@gmail.com>2013-04-09 22:00:18 +0300
commitf42ba8cf42e75d6f1749d677d847e49afebc3747 (patch)
tree1d5a7e3fc113071fc0b7e3ceacbc744b8a0eadf7 /context/data/scite
parent6448b726ded4b6f912a588e8f0bafb6182ca5db1 (diff)
downloadcontext-f42ba8cf42e75d6f1749d677d847e49afebc3747.tar.gz
beta 2013.04.09 19:57
Diffstat (limited to 'context/data/scite')
-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") )