Arcensoth

Results 11 comments of Arcensoth

Just discovered this mod today, looking for a solution to the curious fact that my FPS drops dramatically with the vanilla true fullscreen enabled. The current stable release kept my...

Sounds like the issue here in general is that people may not necessarily want to comply with the IMP-Doc header format when using the block comment style at the beginning...

I'm able to reproduce this in SublimeText and VSCode, but only with the `say` command - which, at first, I thought was strange, until I dug into the version-agnostic grammar...

Putting this here so it's easy to copy-paste for reference: ```mcfunction say execute run scoreboard objectives list say execute run scoreboard objectives list say execute run scoreboard objectives list say...

> I don't feel like this is worth opening a separate issue, I noticed that putting `kill` as the last thing in the file (so `[ k ][ i ][...

I've never developed plugins for JetBrains products. Do you know if we can simply plug-in an existing TextMate language definition (tmLanguage)? This is how SublimeText was supported so easily -...

@emielderckx If you use JetBrains, are you able to confirm whether the TextMate grammar provided by language-mcfunction ([mcfunction.tmLanguage](https://github.com/Arcensoth/language-mcfunction/blob/master/mcfunction.tmLanguage)) works out-of-the box with the [plugin](https://www.jetbrains.com/help/idea/textmate.html) suggested by Martmists?

@DemonWav Thanks for the information. I'll keep JetBrains on the list for potential future support, alongside highight.js and native SublimeText as others have requested in the past. > [...] I...

It looks like this token is being categorized as an NBT path. This is a recursive structure (with braces, etc) so it's not feasible to try and back-track after it...

Somehow I missed this until today. I have a semi-automated solution, locally, that depends on me supplying the version string to a Python script. It also depends on me using...