Skip to content

Releases: doinkythederp/nasm-language-support

1.2.0

11 Nov 02:04
3ef5b8a
Compare
Choose a tag to compare

What's Changed

  • .inc files are now considered NASM assembly
  • Added syntax highlighting for the int instruction

Full Changelog: v1.1.4...v1.2.0

1.1.4

14 Oct 22:56
553b22f
Compare
Choose a tag to compare
  • Added syntax highlighting for some missing instructions and registers
  • Added a warning about Homebrew to README.md

Previous Releases

1.1.3

  • Added syntax highlighting for uppercase keywords such as EXTERN, GLOBAL, MOV, etc.

1.1.2

  • Added the nasm.nasmPath setting which allows you to use a custom nasm binary rather than one in your PATH environment variable
  • Added the nasm.checkOnType setting which checks your code as you type rather than after you save.

Full Changelog: v1.1.1...v1.1.4

1.1.1

07 Jun 17:44
0bae34f
Compare
Choose a tag to compare

What's changed

  • Fixed a bug that caused the extension not to work on Windows

Full Changelog: v1.1.0...v1.1.1

1.1.0

05 Jun 18:03
Compare
Choose a tag to compare

What's Changed

  • Added the .s extension
  • Fixed a typo in the extension name 💀

Full Changelog: v1.0.2...v1.1.0

1.0.2

04 Jun 21:51
Compare
Choose a tag to compare

What's Changed

  • Added an extension icon

Full Changelog: v1.0.1...v1.0.2

1.0.1

04 Jun 21:49
Compare
Choose a tag to compare

What's Changed

  • Extension is minified and bundled for faster installation and run speed

Full Changelog: v1.0.0...v1.0.1

1.0.0

04 Jun 21:48
7743372
Compare
Choose a tag to compare

What's Changed

  • Added syntax highlighting
  • Added auto-indentation
  • Added LSP server for diagnostics

Full Changelog: /~https://github.com/doinkythederp/nasm-langauge-support/commits/v1.0.0