We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592e823 commit 42e2250Copy full SHA for 42e2250
syntax/haskell.vim
@@ -56,6 +56,7 @@ syn match haskellImport "^\s*\<import\>\s\+\(\<safe\>\s\+\)\?\(\<qualified\>\s\+
56
\ haskellType,
57
\ haskellLineComment,
58
\ haskellBlockComment,
59
+ \ haskellString,
60
\ haskellPragma
61
syn keyword haskellKeyword do case of
62
if get(g:, 'haskell_enable_static_pointers', 0)
0 commit comments