-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Solidity language #1681
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, could you:
- Update the PR title to make the semantic PR check pass?
- Please confirm you've verify this PR works, using
tabby scheduler --now
and visualization inside of code browser.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1681 +/- ##
==========================================
- Coverage 54.02% 53.92% -0.11%
==========================================
Files 115 115
Lines 9604 9612 +8
==========================================
- Hits 5189 5183 -6
- Misses 4415 4429 +14 ☔ View full report in Codecov by Sentry. |
774c4f1
to
83e896b
Compare
Done
I have ran |
You can enable the web ui by following https://tabby.tabbyml.com/docs/administration/, config the repository with git providers, then use the |
|
You should be able to see something highlighted as screenshot shows if the treesitter queries works for solidity code. Could you doulbe check? |
No description provided.