Skip to content

jguyet/jiji-framework-syntax-vsce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

paypal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published