dart-vim-plugin
dart-vim-plugin copied to clipboard
Push to Vim repo
Currently Vim is using this Dart syntax:
https://github.com/pr3d4t0r/dart-vim-syntax
which is old and has some problems. I raised the issue with the Vim developers, and they say a maintainer from this repo needs to make a pull request on the Vim repo, before any change can be made.
Would the maintainers here be interested in doing that?
@sigmundch @cbracken - WDYT?
Oh wow -- I had no idea that vim bundled any Dart syntax :) If we went ahead with this, would development continue here https://github.com/vim/vim/blob/master/runtime/syntax/dart.vim?
Basically they hold a copy of your syntax here in the Vim repo.
Then if you make a change, you can make it here, but also make a PR to the Vim repo as well
That seems reasonable to me.
That sounds great to me too.
Any update? Vim is still using the low quality dart syntax package, rather than the one here.