summaryrefslogtreecommitdiff
path: root/pygments/lexers/futhark.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/futhark.py')
-rw-r--r--pygments/lexers/futhark.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pygments/lexers/futhark.py b/pygments/lexers/futhark.py
index 5c120137..7f481ba8 100644
--- a/pygments/lexers/futhark.py
+++ b/pygments/lexers/futhark.py
@@ -32,8 +32,6 @@ class FutharkLexer(RegexLexer):
filenames = ['*.fut']
mimetypes = ['text/x-futhark']
- flags = re.MULTILINE | re.UNICODE
-
num_types = ('i8', 'i16', 'i32', 'i64', 'u8', 'u16', 'u32', 'u64', 'f32', 'f64')
other_types = ('bool', )