From c0a3d44060c2c16c11be1244340f79742a2732cb Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 5 Dec 2013 10:45:36 +0100 Subject: bugfix: keywords are sorted --- lib/packages/docutils/highlite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/packages/docutils/highlite.nim') diff --git a/lib/packages/docutils/highlite.nim b/lib/packages/docutils/highlite.nim index 69da2bba8..4bfdf5e58 100644 --- a/lib/packages/docutils/highlite.nim +++ b/lib/packages/docutils/highlite.nim @@ -53,7 +53,7 @@ const "interface", "is", "isnot", "iterator", "lambda", "let", "macro", "method", "mixin", "mod", "nil", "not", "notin", "object", "of", "or", "out", "proc", "ptr", "raise", "ref", "return", "shared", "shl", "shr", "static", - "template", "try", "tuple", "type", "var", "when", "while", "with", + "template", "try", "tuple", "type", "using", "var", "when", "while", "with", "without", "xor", "yield"] proc getSourceLanguage*(name: string): TSourceLanguage = -- cgit 1.4.1-2-gfad0