- Add snippet for generates component code.
- Support
$attr
value auto-completion for:attr
attributes. - Fix incorrect comment behavior of js code.
- Fixed highlight error when
function
orclass
in{}
.
- Add markdown support.
- Fixed an issue where HTML-related support did not start automatically. see microsoft/vscode#160585.
Now, this extension only supports .nue
files. Other types of files will no longer be affected.
- Add icon for
.nue
file. - Improve attribute highlighting.
- Add event-related autocompletion.
- Add
@name
attributes autocompletion. - Remove useless content from the
:else
template innif
snippets.
- Fixed an issue that
function {
orclass {
in{}
would cause a highlight error.
- Fix Document Error.
- Initial Release.