-
Notifications
You must be signed in to change notification settings - Fork 848
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
TextArea with language="sql" raises an exception #5541
Comments
@ihabunek I was unable to reproduce the issue on MacOS (tested with both python 3.12 and 3.13) |
I tried it on two computers but I only have linux. Here's how I run the program: python -m venv .venv
source .venv/bin/activate.fish
pip install "textual[syntax]"
vim bug.py # enter program
python bug.py Here are installed lib versions:
|
Seems to be linked to installing |
@ihabunek Could you test downgrading tree-sitter-sql to 0.3.7 ? For me that solves the issue ... |
That fixes it, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting
TextArea
language tosql
causes an exception:To reproduce:
Textual Diagnostics
Versions
Python
Operating System
Terminal
Rich Console options
The text was updated successfully, but these errors were encountered: