diff options
Diffstat (limited to 'pygments/lexers/nimrod.py')
-rw-r--r-- | pygments/lexers/nimrod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/nimrod.py b/pygments/lexers/nimrod.py index 74f73f1e..a0a45c73 100644 --- a/pygments/lexers/nimrod.py +++ b/pygments/lexers/nimrod.py @@ -29,7 +29,7 @@ class NimrodLexer(RegexLexer): filenames = ['*.nim', '*.nimrod'] mimetypes = ['text/x-nim'] - flags = re.MULTILINE | re.IGNORECASE | re.UNICODE + flags = re.MULTILINE | re.IGNORECASE def underscorize(words): newWords = [] |