Tags: michaelblyons/SublimeSyntax-HTML-CSharp
Tags
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).
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).
Rename root scope to `embedding` like PHP This lets people set color schemes that show embedding without being overly cluttered.
PreviousNext