JIJI FRAMEWORK SYNTAX
VSCode Marketplace
Adds syntax highlight support for code of jiji framework
Installation
- Install
jiji-framework-syntax from extensions (ctrl + shift + x )
Usage
Manage syntax for using Jiji Framework Jiji-js.io
Syntax html inner back quotes previoused by comment /* html */
Example :
module.exports = /* html */`
<div></div>
`;
Syntax js inner double braket code execution {{ }}
module.exports = /* html */`
<div>{{ this.title }}</div>
`;
Syntax js double quotes inner properties of tag click="this.xyz"
module.exports = /* html */`
<div click="this.title = 'abc'" >{{ this.title }}</div>
`;
Requirements
- Visual Studio Code v1.19.0 recommended
- Using Jiji-framework Jiji-js.io
Keybindings
ctrl+shift+p - Search insert jiji Controller
Note
The plugin was inspired by es6-string-html
Donation
| |