Laplace Syntax Language extension for VSCode
sudo apt-get install npm -y nodejs
nvm install node
npm install -g @vscode/vsce
git clone https://github.com/MasterLaplace/LaplaceSyntax-Code.git
cd LaplaceSyntax-Code
vsce package
code --install-extension laplace-syntax-0.0.1.vsix
git pull
vsce package
code --install-extension laplace-syntax-0.0.1.vsix
Users appreciate release notes as you update my extension.
Initial release of Laplace Syntax extension
Added features language icon. Added laplace-theme and single quote, global variable and function color. Added diagnostics for uninitialized global variable and invalid function name.
This project is licensed under the terms of the MIT License.
Copyright © 2022-2023 Master_Laplace