- 🌟 Added new icons for
nj.config
files.
- 🌟 Added new icons for
.nornjrc
and .npmrc
:
- 🌟 The following syntax supported highlight:
n-style="margin-left:100px"
n-style={`margin-left:100px`}
n-show={`foo.bar`}
<If condition={`foo.bar`}>
<Each of={`1 .. 10`}>
- 🌟 The files with
nornj
or nj
extension are highlighted in a new way for pure text template.
- 🌟 The default tagged template tags add
html
.
- 🌟 The following syntax supported formatting and intelliSense:
nj`<html>{'Hello' + 'world'}</html>`
njs`<html>{'Hello' + 'world'}</html>`
t`<html>{'Hello' + 'world'}</html>`
nj`<html>{'Hello' + 'world'}</html>`
njs`<html>{'Hello' + 'world'}</html>`
t`<html>{'Hello' + 'world'}</html>`
n`1 + 2 * ${3}`
s`margin-left:100px;padding:10`
- 🌟 新增
mobx
、mobx-state-tree
文件图标。
- 🌟 新增代码格式化功能。
- 🌟 新增
stylelint
文件图标。
- 🌟 增加
for
、tmpl
、include
等NornJ扩展标签
智能提示。
- 🌟 增加
if
、each
、switch
等NornJ扩展标签
智能提示。
- 🌟 持续完善
html标签
智能提示。
- 🌟 支持
html标签
智能提示。
- 🐞 修复注释快捷键bug。
- 🌟 支持
NornJ扩展标签
语法高亮。
- 🌟 支持
NornJ插值变量
语法高亮。