Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: princemaple/ngx-html-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: princemaple/ngx-html-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 27, 2024

  1. Fix interpolation scope (#28)

    This commit...
    
    1. applies `meta.interpolation` to `{{` and `}}` interpolation punctuation.
    2. adds `source.js.embedded` to interpolation content, so java script specific
       settings and completions apply.
    deathaxe authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a2dc54a View commit details
    Browse the repository at this point in the history
  2. Remove redundant lookbehind (#27)

    This commit removes not required lookbehind `(?<=\@)` in `angular_blocks`
    variable, which just causes incompatibility with ST's custom sregex engine.
    deathaxe authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3184b01 View commit details
    Browse the repository at this point in the history
Loading