tv vim hs syn region String start: bump
This commit is contained in:
parent
2ae2bdc586
commit
3718289010
@ -89,7 +89,7 @@ let
|
||||
\ | hi Normal ctermfg=White
|
||||
|
||||
au BufRead,BufNewFile *.hs so ${pkgs.writeText "hs.vim" ''
|
||||
syn region String start=+\[[^|]*|+ end=+|]+
|
||||
syn region String start=+\[[[:alnum:]]*|+ end=+|]+
|
||||
''}
|
||||
|
||||
au BufRead,BufNewFile *.nix so ${pkgs.writeText "nix.vim" ''
|
||||
|
Loading…
Reference in New Issue
Block a user