Sort keywords.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Tue, 02 Oct 2012 14:28:45 -0400
changeset 902 9dd017d26719
parent 901 7094ff68ddca
child 903 1efc7d80e82b
Sort keywords.
common/lang-jsonld.js
--- a/common/lang-jsonld.js	Tue Oct 02 19:31:49 2012 +0200
+++ b/common/lang-jsonld.js	Tue Oct 02 14:28:45 2012 -0400
@@ -55,7 +55,7 @@
     ],
     [
       // common "keywords"
-      ["lang-jsonld-keyword", /^"(@context|@graph|@id|@value|@language|@type|@container|@list|@set|@vocab)"\s*:/],
+      ["lang-jsonld-keyword", /^"(@container|@context|@graph|@id|@language|@list|@set|@type|@value|@vocab)"\s*:/],
       // empty string
       //[PR.PR_LITERAL, /^""/],
       ["lang-jsonld-string", /^""/],