File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22---
33scope : source.cs.embedded.html
44hidden : true
5- # version: 2
5+ version : 2
66
77extends : Packages/C#/C#.sublime-syntax
88
Original file line number Diff line number Diff line change 22---
33scope : source.cs.embedded.html
44hidden : true
5- # version: 2
5+ version : 2
66
77extends : Packages/C#/C#.sublime-syntax
88
Original file line number Diff line number Diff line change 33# http://www.sublimetext.com/docs/syntax.html
44name : .Net Web Handler (ASHX)
55scope : source.cs.webforms.ashx
6+ version : 2
67
78extends : Packages/C#/C#.sublime-syntax
89
@@ -23,6 +24,7 @@ contexts:
2324 3 : string.quoted.double.cshtml
2425 4 : punctuation.definition.string.begin.cshtml
2526 5 : punctuation.definition.string.end.cshtml
27+ - match : (?=\')
2628
2729 directive-end :
2830 - match : ' %>'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ using System;
2121using System.Web;
2222//^^^ keyword.control.import.cs
2323// ^^^^^^^^^^ meta.path.cs
24- // ^ punctuation.separator.namespace .cs
24+ // ^ punctuation.accessor.dot .cs
2525// ^ punctuation.terminator.statement.cs
2626
2727public class Handler : IHttpHandler
Original file line number Diff line number Diff line change 128128<%-- ^^ meta.embedded.cs punctuation.section.embedded.begin.cs-webforms --%>
129129<%-- ^^^^^^^^^^ meta.embedded.cs source.cs.embedded.html --%>
130130<%-- ^ punctuation.section.block.end.cs --%>
131- <%-- ^^^^^ keyword.control.conditional.else.cs --%>
131+ <%-- ^^^^ keyword.control.conditional.else.cs --%>
132132<%-- ^^ meta.block.cs --%>
133133<%-- ^ punctuation.section.block.begin.cs --%>
134134<%-- ^^ text.html.cs.webforms meta.embedded.cs punctuation.section.embedded.end.cs-webforms - source --%>
You can’t perform that action at this time.
0 commit comments