Offroaders123 / NBTify

A library to read and write NBT files on the web!
http://npm.im/nbtify
MIT License
42 stars 5 forks source link

SNBT LSP Support #37

Open Offroaders123 opened 1 year ago

Offroaders123 commented 1 year ago

This is more specific to NBT-Lang and Tnze's NBT language extension, but it's worth linking to here as well.

I want to enable first-class LSP support for SNBT files, possibly in combination with my type definitions from Region-Types. It would be similar to Svelte, in that it uses TypeScript's type checker, and HTML's language support, but in a different syntax that the extension would manage it's use of types on, compared to regular TS syntax. Not sure how much that is possible, but I have hopes for the best!