summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/coderay/scanners/go.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/coderay/scanners/go.rb b/lib/coderay/scanners/go.rb
index ae50aa4..eb06fb0 100644
--- a/lib/coderay/scanners/go.rb
+++ b/lib/coderay/scanners/go.rb
@@ -37,14 +37,9 @@ module Scanners
make new panic print println real recover
] # :nodoc:
- DIRECTIVES = [
- 'go_no_directive', # Seems no directive concept in Go?
- ] # :nodoc:
-
IDENT_KIND = WordList.new(:ident).
add(KEYWORDS, :keyword).
add(PREDEFINED_TYPES, :predefined_type).
- add(DIRECTIVES, :directive).
add(PREDEFINED_CONSTANTS, :predefined_constant).
add(PREDEFINED_FUNCTIONS, :predefined) # :nodoc: