Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

urso/haskell_syntax.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Improvement on the default vim haskell.vim syntax file:

  • highlights all Types, not just built in ones
  • highlights top level functions
  • functions and types are highlighted properly in import/export lists
  • repaired spell checking, thus only string and comments are spell checked
  • FFI support
  • QuasiQuotation support
  • highlighting of top level Template Haskell slices

Installation

vundle

Add git repository to your vundle file:

...
Bundle 'git://github.com/urso/haskell_syntax.vim.git'
...

pathogen

Copy this diretory to your bundles directory:

$ git clone https://github.com/urso/haskell_syntax.vim.git \
    $(HOME)/.vim/bundle/haskell_syntax.vim

About

vim haskell syntax with function highlighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published