Language extension to highlight and add snippets for 4U files.
4U is a language in development by LAPCoder.
4U language is on GitHub. Official website is here.
VS Code version: ^1.66.0
If you want to use the 4U icon, you can use icons in this extension.
They are located in the assets
folder.
You can use two formats: SVG and PNG (128x128 px).
Link: lapcoder.2hot4u-0.0.0/assets/4Ulogo.***
If you use material-icon-theme
theme, you can add this code in your .vscode/settings.json
file:
{
// Other settings...
// ...
"material-icon-theme.files.associations": {
"*.4u": "../../lapcoder.2hot4u-0.0.0/assets/4ulogo"
}
}
Nothing!
Initial release.
Enjoy!