File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ syn match haskellLineComment "---*\([^-!#$%&\*\+./<=>\?@\\^|~].*\)\?$"
9090syn match haskellBacktick " `[A-Za-z_][A-Za-z0-9_\. ']*#\? `"
9191syn region haskellString start =+ "+ skip =+ \\\\\|\\ "+ end =+ "+
9292 \ contains= @S pell
93- syn match haskellIdentifier " [_a-z][a-zA-z0 -9_']*" contained
93+ syn match haskellIdentifier " [_a-z][a-zA-Z0 -9_']*" contained
9494syn match haskellChar " \< '[^'\\ ]'\| '\\ .'\| '\\ u[0-9a-fA-F]\{ 4}'\> "
9595syn match haskellType " \< [A-Z][a-zA-Z0-9_']*\> "
9696syn region haskellBlockComment start =" {-" end =" -}"
@@ -106,7 +106,7 @@ syn keyword haskellTodo TODO FIXME contained
106106syn match haskellShebang " \% ^#!.*$"
107107if ! get (g: , ' haskell_disable_TH' , 0 )
108108 syn match haskellQuasiQuoted " ." containedin =haskellQuasiQuote contained
109- syn region haskellQuasiQuote matchgroup =haskellTH start =" \[ [_a-zA-Z][a-zA-z0 -9._']*|" end =" |\] "
109+ syn region haskellQuasiQuote matchgroup =haskellTH start =" \[ [_a-zA-Z][a-zA-Z0 -9._']*|" end =" |\] "
110110 syn region haskellTHBlock matchgroup =haskellTH start =" \[\( d\| t\| p\)\? |" end =" |]" contains =TOP
111111 syn region haskellTHDoubleBlock matchgroup =haskellTH start =" \[ ||" end =" ||]" contains =TOP
112112endif
You can’t perform that action at this time.
0 commit comments