Browse Source

vim: haskell syntax

Maxim Likhachev 5 years ago
parent
commit
0b700e2a76
  1. 0
      etc/soft/nvim/+plugins/vim-haskellConceal/README
  2. 0
      etc/soft/nvim/+plugins/vim-haskellConceal/after/syntax/haskell.vim
  3. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/README.md
  4. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/after/syntax/haskell.vim
  5. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/after/syntax/lhaskell.vim
  6. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/demo.hs
  7. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/demo.lhs
  8. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/demo.png
  9. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/gendemo.sh
  10. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/tests/test-with-pack.sh
  11. 0
      etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/tests/test-with-pathogen.sh
  12. 28
      etc/soft/nvim/syntax/haskell.vim

0
etc/soft/nvim/+plugins_disabled/vim-haskellConceal/README → etc/soft/nvim/+plugins/vim-haskellConceal/README

0
etc/soft/nvim/+plugins_disabled/vim-haskellConceal/after/syntax/haskell.vim → etc/soft/nvim/+plugins/vim-haskellConceal/after/syntax/haskell.vim

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/README.md → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/README.md

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/after/syntax/haskell.vim → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/after/syntax/haskell.vim

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/after/syntax/lhaskell.vim → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/after/syntax/lhaskell.vim

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/demo.hs → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/demo.hs

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/demo.lhs → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/demo.lhs

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/demo.png → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/demo.png

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 181 KiB

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/gendemo.sh → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/gendemo.sh

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/tests/test-with-pack.sh → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/tests/test-with-pack.sh

0
etc/soft/nvim/+plugins/vim-haskellConcealPlus/tests/test-with-pathogen.sh → etc/soft/nvim/+plugins_disabled/vim-haskellConcealPlus/tests/test-with-pathogen.sh

28
etc/soft/nvim/syntax/haskell.vim

@ -60,20 +60,20 @@ syn match hsConditional "\<\(if\|then\|else\)\>" @@ -60,20 +60,20 @@ syn match hsConditional "\<\(if\|then\|else\)\>"
" Types
" syn keyword hsType Array
" syn keyword hsType Bool BufferMode
" syn keyword hsType CalendarTime Char ClockTime Complex Complex
" syn keyword hsType Day Double
" syn keyword hsType Either ExitCode
" syn keyword hsType FilePath Float
" syn keyword hsType Handle HandlePosn
" syn keyword hsType Int Integer IO IOError IOMode
" syn keyword hsType Maybe Month
" syn keyword hsType Ordering
" syn keyword hsType Permissions
" syn keyword hsType Ratio Rational Rational Read ReadS
" syn keyword hsType SeekMode Show ShowS StdGen String
" syn keyword hsType TimeDiff TimeLocale
syn keyword hsType Array
syn keyword hsType Bool BufferMode
syn keyword hsType CalendarTime Char ClockTime Complex Complex
syn keyword hsType Day Double
syn keyword hsType Either ExitCode
syn keyword hsType FilePath Float
syn keyword hsType Handle HandlePosn
syn keyword hsType Int Integer IO IOError IOMode
syn keyword hsType Maybe Month
syn keyword hsType Ordering
syn keyword hsType Permissions
syn keyword hsType Ratio Rational Rational Read ReadS
syn keyword hsType SeekMode Show ShowS StdGen String
syn keyword hsType TimeDiff TimeLocale
" Classes from the standard prelude

Loading…
Cancel
Save