Skip to content
Snippets Groups Projects
Commit f2a25382 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

[vim] cabal syntax is mostly case-insensitive

parent 09db4dc4
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ elseif exists("b:current_syntax")
finish
endif
syn case ignore
syn keyword cabalCategory executable
syn keyword cabalCategory library
syn keyword cabalCategory foreign-library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment