Releases: doinkythederp/nasm-language-support
Releases · doinkythederp/nasm-language-support
1.2.0
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
- 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 customnasm
binary rather than one in yourPATH
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
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
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
1.0.1
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
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