multimokia

Results 11 comments of multimokia

I have updated some of the entries (some aspects are still missing from syntax but will be covered in the eventual semantic tokenizer)

Still an issue as items in the outline are classed under `callable`, `class`, etc. which makes breadcrumb navigation impossible (as those categories take up a range of 0 starting from...

Sure. ![image](https://user-images.githubusercontent.com/22531674/179411283-a37d8620-4e08-4af3-bc99-7574924c98de.png) In this case the closing tag not being present is a typo, but we see the behaviour is still present, and will span multiple lines. ![image](https://user-images.githubusercontent.com/22531674/179411321-d004fee1-5155-4d05-94e8-4a258ca9552b.png)

I think this is an issue in the extension seemingly requiring renpy navigation data. I think it may be a good idea to remove this dependency on an external sdk/application...

I don't use the renpy launcher for my projects as the projects I work on are mods or extension libraries of sorts, rather than fully-fledged games. So all the code...

I found this: https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#custom-textmate-scope-mappings It seems to be a way to do what you're doing without modifying a user's settings. As well, it seems like the extension would likely benefit...

Yes, that is what I meant by custom keyword, I guess in a sense this is more of a feature req, my mistake

Adding onto this, it may be worth having some version rules as it could be possible to come across things that don't exist, or items being marked as deprecated even...