-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Missing Syntax Highlighting when installed with Homebrew #737
Comments
I'd bet the Homebrew formula isn't downloading the tree-sitter language packs correctly. Can you try installing with uv instead to see if you can reproduce? curl -LsSf https://astral.sh/uv/install.sh | sh
uvx harlequin |
Yeah, this is no longer the right way to install the tree-sitter language dependencies (changed in Textual 0.89):
@mfinelli can you help with this? |
@chenrui333 or @branchvincent, could either of you help with this bug in the Harlequin homebrew formula? I can see the issue (comment above) but have no idea how to actually update the formula. |
Right now it seems that only the main tree-sitter is packaged in homebrew, we'll need to package tree-sitter-sql too if I understand correctly |
I can confirm there is syntax highlighting when installed with uvx |
Before Proceeding, please acknowledge:
Describe the bug
A clear and concise description of what the bug is.
No matter what theme I set
harlequin
to, I don't see any syntax highlighting. I also cannot find any documentation about how to separately enable syntax highlighting (so I assume it should be enabled by default).To Reproduce
Steps to reproduce the behavior.
Simply open the UI in any adapter.
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what happened; please include screenshots or videos of Harlequin if possible.
Contributing
Are you interested in contributing a fix?
Additional context
Please provide as much as you can, but don't waste your time if it's definitely not relevant or you don't know.
What is the output of
harlequin --version
?2.0.0
What database adapter are you using with Harlequin? (Default is
duckdb
)postgres / duckdb (occurs across several I tried)
What other options are you using when invoking Harlequin? (If you are using a profile, please add relevant items from your profile here).
Can you tell us more about your system?
Shell: ZSH
Terminal: Ghostty
OS of the shell: Mac OSX
Tip
For example, for my system, these are:
How did you install Harlequin?
The text was updated successfully, but these errors were encountered: