Skip to content

Commit 2a1584f

Browse files
committed
remove template haskell highlighting check
1 parent 24c2df3 commit 2a1584f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

syntax/haskell.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ elseif exists("b:current_syntax")
1111
finish
1212
endif
1313

14-
if !exists('g:haskell_disable_TH')
15-
let g:haskell_disable_TH = 0
16-
endif
17-
1814
if get(g:, 'haskell_backpack', 0)
1915
syn keyword haskellBackpackStructure unit signature
2016
syn keyword haskellBackpackDependency dependency

0 commit comments

Comments
 (0)