wiz-lang / wiz

A high-level assembly language for writing homebrew software and games on retro console platforms.
http://wiz-lang.org/
Other
409 stars 40 forks source link

Add Readme section for editor setup #127

Closed Danl2620 closed 3 years ago

Danl2620 commented 3 years ago

This PR edits readme.md and:

Feedback welcome!

(also fixes #100)

Bananattack commented 3 years ago

Everything here looks good! Thanks for making your Visual Studio Code extension, and updating the readme docs to add this!

Regarding the linting stuff: It's too bad that bare URLs aren't supported in standard markdown, only GitHub-flavored. ^^; It makes the "raw text" view a little less easy to select in to a clipboard. But yeah, if it's more conventional to use <>-wrapped URLs, we can do this!

The trailing whitespace cleanup + using the syntax tags are good improvements. (If Wiz had syntax highlighting on GitHub, I guess we could use ```wiz ...```, but not sure that they'd offer that for a smaller/less-adopted language? I wonder what that would take!)