Skip to content

Latest commit

 

History

History
90 lines (59 loc) · 2.31 KB

README.md

File metadata and controls

90 lines (59 loc) · 2.31 KB

ME :

LaplaceSyntax-Code

License: MIT Laplace: 0.1 JavaScript: 13 Commit Name

Laplace Syntax Language extension for VSCode

🪧 Table of Contents

Dependencies

sudo apt-get install npm -y nodejs
nvm install node
npm install -g @vscode/vsce

Installation

git clone https://github.com/MasterLaplace/LaplaceSyntax-Code.git
cd LaplaceSyntax-Code
vsce package
code --install-extension laplace-syntax-0.0.1.vsix

Update

git pull
vsce package
code --install-extension laplace-syntax-0.0.1.vsix

📝 Release Notes

Users appreciate release notes as you update my extension.

0.0.1

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.

Change Log


📜 LICENSE

This project is licensed under the terms of the MIT License.

Copyright © 2022-2023 Master_Laplace

📬 For more information

This project has been carried out by:

Enjoy!


ME.inc