Skip to content

Commit 42e2250

Browse files
committed
#107 support PackageImports extension
1 parent 592e823 commit 42e2250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/haskell.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ syn match haskellImport "^\s*\<import\>\s\+\(\<safe\>\s\+\)\?\(\<qualified\>\s\+
5656
\ haskellType,
5757
\ haskellLineComment,
5858
\ haskellBlockComment,
59+
\ haskellString,
5960
\ haskellPragma
6061
syn keyword haskellKeyword do case of
6162
if get(g:, 'haskell_enable_static_pointers', 0)

0 commit comments

Comments
 (0)