Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 636 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 636 Bytes

arm-asl-server

A syntax highlighting extension for VS Code to improve the readability of ARM64's Architecture Specification Language. For more information on ASL, see here.

Installation

To install this extension into VS Code, download the latest release from Github here and add it to VS Code using this command: code --install-extension /path/to/downloaded_file.vsix

Changelog

0.0.2

  • Better syntax highlighting to match ASLi's lexer.mll file

0.0.1

  • Basic syntax highlighting.