Update list of keywords in playground syntax highlighting
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 02 Oct 2012 19:31:49 +0200
changeset 901 7094ff68ddca
parent 900 0fccef8524d8
child 902 9dd017d26719
Update list of keywords in playground syntax highlighting
common/lang-jsonld.js
--- a/common/lang-jsonld.js	Tue Oct 02 12:02:08 2012 +0200
+++ b/common/lang-jsonld.js	Tue Oct 02 19:31:49 2012 +0200
@@ -55,7 +55,7 @@
     ],
     [
       // common "keywords"
-      ["lang-jsonld-keyword", /^"(@id|@coerce|@context|@type|@value|@language)"\s*:/],
+      ["lang-jsonld-keyword", /^"(@context|@graph|@id|@value|@language|@type|@container|@list|@set|@vocab)"\s*:/],
       // empty string
       //[PR.PR_LITERAL, /^""/],
       ["lang-jsonld-string", /^""/],