moushicheng / formily-expression-highlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formily-expression-highlight

motive

formily expression like

{
  title: "{{console.log('hello,world')}}";
}

beacuse expression is string type,so vsc can't support any code highlight.

effect

use this plugin,we can get expression code highlight,vsc will match {{ content }},then treat content as js code.

github

https://github.com/moushicheng/formily-expression-highlight

About

License:MIT License


Languages

Language:TypeScript 100.0%