<div dir="ltr">Hi cafe,<br><br>Who can send a patche to vim project?<br><br>I'd like to update vim syntax file (haskell.vim) to fix numeric literals.<br>I read the vim `CONTRIBUTING.md` file [1].<br>It instructs me to contact the maintainer of each files.<br>In the header of `haskell.vim`, the maintainor of `haskell.vim` is haskell-cafe@ML. [2]<br>Who is the maintainer of `haskell.vim`?<br><br>I'd like to make fix on numeric literals extension: [3]<br>  * BinaryLiterals <br>  * HexFloatLiterals<br>  * NumericUnderscores <br><br>I prepared two kinds of patches.<br>  * Exact pattern version [4]<br>  * Fast (but approximate) pattern version [5]<br><br>I visually checked patches with the these files [6][7]. <br><br>Could you send a patch of [4] or [5] to vim project?<br><br><br>P.S.<br>I have already sent patches to two projects.<br><br>  * `language-haskell` for atom and linguist [8]<br>      You can already use it on atom.<br>      Linghist (which is used from github) will apply it soon.<br><br>  * `pygments` [9]<br>      It is pending review.<br><br><br>[1]: <a href="https://github.com/vim/vim/blob/master/CONTRIBUTING.md#syntax-indent-and-other-runtime-files">https://github.com/vim/vim/blob/master/CONTRIBUTING.md#syntax-indent-and-other-runtime-files</a><br>[2]: <a href="https://github.com/vim/vim/blob/master/runtime/syntax/haskell.vim#L3">https://github.com/vim/vim/blob/master/runtime/syntax/haskell.vim#L3</a><br>[3]: <a href="https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0009-numeric-underscores.rst#new-syntax-this-proposal">https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0009-numeric-underscores.rst#new-syntax-this-proposal</a><br>[4]: <a href="https://github.com/vim/vim/compare/master...takenobu-hs:syntax-haskell-literal-exact">https://github.com/vim/vim/compare/master...takenobu-hs:syntax-haskell-literal-exact</a><br>[5]: <a href="https://github.com/vim/vim/compare/master...takenobu-hs:syntax-haskell-literal-fast">https://github.com/vim/vim/compare/master...takenobu-hs:syntax-haskell-literal-fast</a><br><br>[6]: <a href="https://github.com/takenobu-hs/ghc/blob/squashed-numeric-underscores/testsuite/tests/parser/should_run/NumericUnderscores0.hs">https://github.com/takenobu-hs/ghc/blob/squashed-numeric-underscores/testsuite/tests/parser/should_run/NumericUnderscores0.hs</a><br>[7]: <a href="https://github.com/takenobu-hs/ghc/blob/squashed-numeric-underscores/testsuite/tests/parser/should_run/NumericUnderscores1.hs">https://github.com/takenobu-hs/ghc/blob/squashed-numeric-underscores/testsuite/tests/parser/should_run/NumericUnderscores1.hs</a><br><br>[8]: <a href="https://github.com/atom-haskell/language-haskell/commit/f90eb7d8662493536f54898e52b4c7b1dc96de41">https://github.com/atom-haskell/language-haskell/commit/f90eb7d8662493536f54898e52b4c7b1dc96de41</a><br>[9]: <a href="https://bitbucket.org/birkenfeld/pygments-main/issues/1399/update-haskell-with-lexer-for-numeric">https://bitbucket.org/birkenfeld/pygments-main/issues/1399/update-haskell-with-lexer-for-numeric</a><br><br>Regards,<br>Takenobu<br><br></div>