Skip to content

Commit 22ffb7e

Browse files
committed
Update WebForms for C# version: 2
1 parent 2d5304a commit 22ffb7e

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Razor/C# (Razor).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
scope: source.cs.embedded.html
44
hidden: true
5-
# version: 2
5+
version: 2
66

77
extends: Packages/C#/C#.sublime-syntax
88

WebForms/C# (WebForms).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
scope: source.cs.embedded.html
44
hidden: true
5-
# version: 2
5+
version: 2
66

77
extends: Packages/C#/C#.sublime-syntax
88

WebForms/ashx.sublime-syntax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# http://www.sublimetext.com/docs/syntax.html
44
name: .Net Web Handler (ASHX)
55
scope: source.cs.webforms.ashx
6+
version: 2
67

78
extends: Packages/C#/C#.sublime-syntax
89

WebForms/tests/syntax_test_ashx.ashx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using System;
2121
using 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

2727
public class Handler : IHttpHandler

0 commit comments

Comments
 (0)