summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/core/macros.nim3
-rw-r--r--lib/packages/docutils/highlite.nim2
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 7d39812c4..4522e0fc6 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -75,8 +75,7 @@ type
     nnkClosure,
     nnkGotoState,
     nnkState,
-    nnkBreakState,
-    nnkSigSection
+    nnkBreakState
 
   NimNodeKinds* = set[NimNodeKind]
   NimTypeKind* = enum
diff --git a/lib/packages/docutils/highlite.nim b/lib/packages/docutils/highlite.nim
index 6321115c4..1bc0af1b6 100644
--- a/lib/packages/docutils/highlite.nim
+++ b/lib/packages/docutils/highlite.nim
@@ -56,7 +56,7 @@ const
     "generic", "if", "import", "in", "include",
     "interface", "is", "isnot", "iterator", "let", "macro", "method",
     "mixin", "mod", "nil", "not", "notin", "object", "of", "or", "out", "proc",
-    "ptr", "raise", "ref", "return", "shl", "shr", "sig", "static",
+    "ptr", "raise", "ref", "return", "shl", "shr", "static",
     "template", "try", "tuple", "type", "using", "var", "when", "while", "with",
     "without", "xor", "yield"]