diff options
-rw-r--r-- | pygments/lexers/golo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/lexers/golo.py b/pygments/lexers/golo.py index 8cf5a398..e00239cb 100644 --- a/pygments/lexers/golo.py +++ b/pygments/lexers/golo.py @@ -8,7 +8,6 @@ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ -#TODO: ---- quoted doc string: conflict with - operator from pygments.lexer import RegexLexer, bygroups, include, combined from pygments.token import Text, Comment, Operator, Punctuation, Name,\ |