-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support tree-sitter highlight for provider preview (#1019)
* Try identifying the buffer language from filetype * Skip serde if Vec::is_empty * Minor refactoring: merge syntax and fname into VimSyntaxInfo * provider: implement tree-sitter highlight for preview Close #532 * Remove todo!() * Remove coloreyre * Minor refactorings * Add more language support * clippy fixes * Update to rust 1.74 * clippy fixes * Rename to sublime-syntax-color-scheme * Skip serialization if VimSyntaxInfo::is_empty() * Add TODO * Fix typo * Define g:clap_provider_clap_actions if g:clap_plugin_experimental is on * Nits * docs * Add ClapAction command
- Loading branch information
1 parent
9fa56f9
commit 64423a4
Showing
23 changed files
with
568 additions
and
248 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.