Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: lsp hover keyword highlight (#1331)
* feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> kcl formatting Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> updated test cases Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> test check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> add markup Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> resolved func formatting error Signed-off-by: shruti2522 <[email protected]> updated test cases Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated test cases for tests.rs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> syntax highlighting with LanguageString Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated test case Signed-off-by: shruti2522 <[email protected]> updated tests.rs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> fixed ci Signed-off-by: shruti2522 <[email protected]> add pkgpath without override Signed-off-by: shruti2522 <[email protected]> updated completion.rs Signed-off-by: shruti2522 <[email protected]> updated tests.rs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated doc style Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> updated comment Signed-off-by: shruti2522 <[email protected]> added indentation for attrs Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> merge schema attr docs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> update hover def comment Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> render doc at end Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> removed additional def Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> fix dict_key_in_schema test Signed-off-by: shruti2522 <[email protected]> merged rest_sign and attr Signed-off-by: shruti2522 <[email protected]> fixed ci Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> * feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> kcl formatting Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> updated test cases Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> test check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> add markup Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> resolved func formatting error Signed-off-by: shruti2522 <[email protected]> updated test cases Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated test cases for tests.rs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> syntax highlighting with LanguageString Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated test case Signed-off-by: shruti2522 <[email protected]> updated tests.rs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> fixed ci Signed-off-by: shruti2522 <[email protected]> add pkgpath without override Signed-off-by: shruti2522 <[email protected]> updated completion.rs Signed-off-by: shruti2522 <[email protected]> updated tests.rs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> updated doc style Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> updated comment Signed-off-by: shruti2522 <[email protected]> added indentation for attrs Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> merge schema attr docs Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> update hover def comment Signed-off-by: shruti2522 <[email protected]> updated tests Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> render doc at end Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> removed additional def Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> fix ci Signed-off-by: shruti2522 <[email protected]> fix dict_key_in_schema test Signed-off-by: shruti2522 <[email protected]> merged rest_sign and attr Signed-off-by: shruti2522 <[email protected]> fixed ci Signed-off-by: shruti2522 <[email protected]> fmt check Signed-off-by: shruti2522 <[email protected]> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <[email protected]> * fmt check Signed-off-by: shruti2522 <[email protected]> * added MarkedStringType to hover Signed-off-by: shruti2522 <[email protected]> * fmt check Signed-off-by: shruti2522 <[email protected]> * add spaces and fix ci Signed-off-by: shruti2522 <[email protected]> * fix ci Signed-off-by: shruti2522 <[email protected]> * updated hover tests Signed-off-by: shruti2522 <[email protected]> * update pkgpath handling Signed-off-by: shruti2522 <[email protected]> * fmt check Signed-off-by: shruti2522 <[email protected]> --------- Signed-off-by: shruti2522 <[email protected]>
- Loading branch information