-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
What is the issue?
Whenever you have lines that contain a lot of logic, like if-statements and variables, the syntax highlighting below that logic line breaks. This problem is triggered when writing logic lines that are longer than 128 characters
Steps to reproduce
Working example
example:
teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest:
test: test
other_test: test
Broken example (add one more e)
example:
teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest:
test: test
other_test: test
What behavior is expected?
The syntax highlighting doesn't break when using lines that are longer than 128 characters
What have I already tried?
- Update tree-sitter
- Disable synmaxcol limit:
:set synmaxcol 0 - Run
:syntax sync fromstart
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

