Skip to content

Tags: michaelblyons/SublimeSyntax-HTML-CSharp

Tags

version/st4201/5.3.0

Toggle version/st4201/5.3.0's commit message
Refactor WebHandler syntax

version/st4157/5.2.0

Toggle version/st4157/5.2.0's commit message
Seal off this version's forward support in CI

version/st4149/5.1.0

Toggle version/st4149/5.1.0's commit message
Set new minimum ST version to 4149

version/st4134/5.0.0

Toggle version/st4134/5.0.0's commit message
Fix completion scopes

version/st4134/4.0.0

Toggle version/st4134/4.0.0's commit message
Reorg for v4.0.0

- Add a scope suffix to ASP.Net/WebForms to differentiate from Razor.

    + *Breaking change:* The Razor syntax now "owns" the `.cshtml` file
      extension. If you need it bound to WebForms-style pages, use the "Open
      all with current extension as..." option from the Syntax selector menu
      in the bottom-right.

    + This also means that completions and so on can be more easily targeted at
      one or the other syntax.

- Move some completions to snippets

    + *Breaking change:* The `exp*` completions have been removed in favor of
      typing the `<%*` expressions themselves.

- Enable autocomplete by default in ASP.Net, and on `@` for Razor.

- Razor gets comment block toggling (although it's not perfect).

version/st3153/4.0.0

Toggle version/st3153/4.0.0's commit message
Reorg for v4.0.0

- Add a scope suffix to ASP.Net/WebForms to differentiate from Razor.

    + *Breaking change:* The Razor syntax now "owns" the `.cshtml` file
      extension. If you need it bound to WebForms-style pages, use the "Open
      all with current extension as..." option from the Syntax selector menu
      in the bottom-right.

    + This also means that completions and so on can be more easily targeted at
      one or the other syntax.

- Move some completions to snippets

    + *Breaking change:* The `exp*` completions have been removed in favor of
      typing the `<%*` expressions themselves.

- Enable autocomplete by default in ASP.Net, and on `@` for Razor.

- Razor gets comment block toggling (although it's not perfect).

version/st3153/3.1.0

Toggle version/st3153/3.1.0's commit message
Fix orphaned `else`

Closes #3

version/st3153/3.0.0

Toggle version/st3153/3.0.0's commit message
Cut v3.0.0

version/st3153/2.0.0

Toggle version/st3153/2.0.0's commit message
Rename root scope to `embedding` like PHP

This lets people set color schemes that show embedding without being
overly cluttered.

version/st3153/1.0.0

Toggle version/st3153/1.0.0's commit message
Directive/ASHX work on Readme