Sheepolution

Results 13 comments of Sheepolution

@gerardroche Please re-open this issue. In the gif below I did the following: 1. Delete a word at the top of the document. 2. Delete a word at the bottom...

I wrote a simple parser for this in Python. **[Download](https://github.com/Sheepolution/vimrc-to-json)** ### Example `.vim` ```vim nmap nt gg nnoremap + vnoremap Y :w ``` `settings.json` ```json { "vim.normalModeKeyBindings": [ { "before":...

Do you get an error?

I take it you haven't been able to solve this? I have the same problem.

I'm not sure why I never replied to this, but yes you may!

I would like this feature as well. Allow me to clarify the request. I am using the AutoLayer functionality in LDtk, but I'm not using this in my framework. Because...

I made an edit in a fork that allows me to bake all auto-layer. By pressing Ctrl + B all existing layers with the suffix "_baked" are removed. Then all...

It seems to be the case that anything you add to the default doesn't work. If you add a tag (eg. `@progress`) and a color, you won't get any highlighting....

No time and knowledge on how to debug this, but here are my finding: 1. When adding a special tag with a special color, that new color will only be...