Skip to content

CasperDev/luniASM-lsp

Repository files navigation

LSP Luni ASM

Luni ASM Language Server (work in progress)

Functionality

This Language Server works for .lsm file. It has the following language features:

  • Completions
  • Diagnostics regenerated on each file change or configuration change
  • Syntax Highlight (wip)

Install

  • Download release extension file (*.vsix)
  • Open VSCode.
  • Switch to Extensions view.
  • Click dots menu.
  • Click "Install from VSIX..."
  • Choose luniASM-lsp-0.1.0.vsix file

Build (make your own)

  • Clone this repo

git clone https://github.com/CasperDev/luniASM-lsp.git

  • update mode modules

npm install

  • Make your own changes and compile extension

npm run compile

  • Correct all YOUR errors and compile again

  • Package extension to release

vsce package

  • Install your new awesome extension

About

Luni ASM Language Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published