-
### Describe the bug
The Python code editor in the application is not properly highlighting the syntax when using multi-line f-strings. This results in incorrect coloring and visual representation of…
-
# Issue: Adding Interactive BFS Visualizer with User Input
## Summary
I want to implement an interactive Breadth-First Search (BFS) visualizer that allows users to input a graph represented as an …
-
### Problem
Extmarks are not restored properly on redo.
### Steps to reproduce
Run this lua script to set up the buffer.
```lua
vim.cmd "enew"
vim.api.nvim_buf_set_lines(0, 0, -1, 1, {"foo…
-
If a syntax highlighted sh or bash script echoes out unbalanced "["s, like with [ANSI color codes](http://pueblo.sourceforge.net/doc/manual/ansi_color_codes.html), this will mess up highlighting until…
-
## The code with a problem is:
```
alias ll='ls -alF'
alias ..='cd ..'
```
## It looks like:
![Screenshot 2024-05-07 at 3 45 52 PM](https://github.com/jeff-hykin/better-shell-syntax/assets/135…
-
I’m not sure if it's a tree-sitter, elisp-tree-sitter, or tree-sitter-langs problem, but while typing new code the highlighting changes way too often.
For instance consider the following Javascript c…
-
- [yes] I have searched through existing issues
- [yes] I have read through [docs](https://vuejs.github.io/vetur)
- [no] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
…
-
On all lines but the first one the first word in a multiline paragraph is highlighted in bold.
See line 4, 5 and 6 of the following screenshot:
![image](https://user-images.githubusercontent.co…
-
**Logs and screenshots**
* screenshot of line coverage report, hit and miss lines don't make sense on the .vue files. Not sure what exactly is being missed or hit by the test running against the app.…
-
```
Often we have to create a document in a single file. It doesn't take many lines
before the document becomes difficult to visually navigate between different
sections of the document.
Recently I…