Skip to content

Tags: princemaple/ngx-html-syntax

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support more binary assignment operators in templates (#39)

* Support more binary assignment operators in templates

angular/angular#62064

@deathaxe does this look about right?

* add test

* update precedence

* Update NgxHTML.sublime-syntax

Co-authored-by: deathaxe <16542113+deathaxe@users.noreply.github.com>

* Update NgxHTML.sublime-syntax

* augmented

* test augmented

* test output with assignment

* fix test

* test output with augmented assignment

* expand selection

---------

Co-authored-by: deathaxe <16542113+deathaxe@users.noreply.github.com>

4152-1.1.0

Toggle 4152-1.1.0's commit message
Add support for template strings

This commit adds basic support for untagged and tagged template strings.

Regular expressions are highlighted using ST's RegExp (Basic) syntax
as a dedicated JavaScript specific regexp syntax is far inferior, especially
with regards to supporting interpolation.

v1.2.0

Toggle v1.2.0's commit message
Add CSS/HTML syntax highlighting in tagged template strings

This commit adds syntax highlighting in `` css`...` `` and `` html`...` ``
tagged template strings.

v1.1.0

Toggle v1.1.0's commit message
Add support for template strings

This commit adds basic support for untagged and tagged template strings.

Regular expressions are highlighted using ST's RegExp (Basic) syntax
as a dedicated JavaScript specific regexp syntax is far inferior, especially
with regards to supporting interpolation.

4107-1.0.1

Toggle 4107-1.0.1's commit message
Extend meta.expression scope

This commit adds `.expression` sub-scope name to distinguish embedded
interpolation expressions from control flow statements.

v1.0.1

Toggle v1.0.1's commit message
Add a global `meta.template.ngx` scope

This commit scopes whole document `meta.template`.

Various template syntaxes make use of it to be able to use simpler snippet or
completion selectors across all supported languages (e.g.: CSS/JS/HTML).

v1.0.0

Toggle v1.0.0's commit message
Assign ngx file extension

This commit assigns *.ngx file extensions as Angular Playground detects it
and assigns special syntax, too.

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove redundant lookbehind (#27)

This commit removes not required lookbehind `(?<=\@)` in `angular_blocks`
variable, which just causes incompatibility with ST's custom sregex engine.

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add simple highlight for @let

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
princemaple Po Chen
update readme