Syntax Highlighting specific for PureScript (#218)
This commit is contained in:
parent
e9efa96bf1
commit
d21059cd59
1 changed files with 9 additions and 0 deletions
9
after/syntax/purescript.vim
Normal file
9
after/syntax/purescript.vim
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
if dracula#should_abort('purescript')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi! link purescriptModule Type
|
||||||
|
hi! link purescriptImport DraculaCyan
|
||||||
|
hi! link purescriptImportAs DraculaCyan
|
||||||
|
hi! link purescriptOperator Operator
|
||||||
|
hi! link purescriptBacktick Operator
|
Loading…
Reference in a new issue