rescript-lang / rescript-lang/vim-rescript
Nvim Treesitter support
まだ誰も着手していません。
- 主要言語
- Vim Script
- スター
- 164
- フォーク
- 17
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Not sure if I should post it here, but the tree-sitter build-in neovim doesn't support rescript. It's a great improvement for color highlight and other plugins features ( I think about blankline or telescope preview for example).
With the recent release of nvim 0.5, it's now a must have.
If we look at the elm way, they have a dedicated repo: https://github.com/elm-tooling/tree-sitter-elm for the "regular" tree-sitter as a common based, then we can have the slightly different version targeting nvim as explain here: https://github.com/nvim-treesitter/nvim-treesitter/issues/529
Posting it here, as vs code took the opposite way to deprecied tree-sitter so it primaly focus neovim. Also, the current highlight syntax have some issue, it can fixed it at least for neovim, in what it seems to be an easier way than through LSP.
I will probably not have time to take care of it, but I post it here for the record anymway.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、vim-rescript リポジトリの現在のハイライト構文と、参照されている Elm tree-sitter および nvim-treesitter のアプローチを確認します。完了条件は、実行可能な Neovim の Tree-sitter サポート方法を文書化または実装し、報告されているハイライトの制限に対処したうえで、結果を要求された Neovim の機能に照らして確認することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- neovim, vim
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 28/100