summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-12-22 16:00:17 +0200
committerMarius <mariausol@gmail.com>2011-12-22 16:00:17 +0200
commit6bac6851d6b0ea268291b850eca5c94c71e288fc (patch)
tree70a973555d3529705fb74d8ebfadeb10105a9fb3 /context
parent7fae0cf32304ce28517c4d1b71839434efbf490e (diff)
downloadcontext-6bac6851d6b0ea268291b850eca5c94c71e288fc.tar.gz
beta 2011.12.22 14:43
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 e1b7b95a9..1990c3d51 100644
--- a/context/data/scite/lexers/scite-context-lexer-tex.lua
+++ b/context/data/scite/lexers/scite-context-lexer-tex.lua
@@ -395,7 +395,7 @@ local startluacode = token("embedded", startlua)
local stopluacode = token("embedded", stoplua)
local metafunenvironment = ( P("use") + P("reusable") + P("unique") ) * ("MPgraphic")
- + P("MP") * ( P("code")+ P("page") + P("inclusions") + P("extensions") + P("graphic") )
+ + P("MP") * ( P("code")+ P("page") + P("inclusions") + P("initializations") + P("definitions") + P("extensions") + P("graphic") )
local startmetafun = P("\\start") * metafunenvironment
local stopmetafun = P("\\stop") * metafunenvironment