Skip to content

Commit 926dca8

Browse files
author
Michael Lyons
committed
Fully qualify extends targets
1 parent d557bf8 commit 926dca8

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

WebForms/CSS (WebForms).sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: CSS (WebForms)
44
scope: source.css.cs.webforms
55
version: 2
6+
hidden: true
67

78
extends: Packages/CSS/CSS.sublime-syntax
8-
hidden: true
99

1010
contexts:
1111

WebForms/asax.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: HTML (C#) Application
55
scope: text.html.cs.webforms.asax
66
version: 2
77

8-
extends: WebForms.sublime-syntax
8+
extends: Packages/HTML (C#)/WebForms/WebForms.sublime-syntax
99

1010
first_line_match: <%@\s*Application\b
1111

WebForms/ascx.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: HTML (C#) Control
55
scope: text.html.cs.webforms.ascx
66
version: 2
77

8-
extends: WebForms.sublime-syntax
8+
extends: Packages/HTML (C#)/WebForms/WebForms.sublime-syntax
99

1010
first_line_match: <%@\s*Control\b
1111

WebForms/ashx.sublime-syntax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
%YAML 1.2
22
---
3-
# http://www.sublimetext.com/docs/3/syntax.html
3+
# http://www.sublimetext.com/docs/syntax.html
44
name: .Net Web Handler (ASHX)
5+
scope: source.cs.webforms.ashx
6+
version: 2
7+
58
first_line_match: <%@\s*WebHandler
9+
610
file_extensions:
711
- ashx
8-
scope: embedding.ashx
12+
913
contexts:
1014
main:
1115
- match: ''

WebForms/aspx.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: HTML (C#) Page
55
scope: text.html.cs.webforms.aspx
66
version: 2
77

8-
extends: WebForms.sublime-syntax
8+
extends: Packages/HTML (C#)/WebForms/WebForms.sublime-syntax
99

1010
first_line_match: <%@\s*Page\b
1111

WebForms/master.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: HTML (C#) Master
55
scope: text.html.cs.webforms.master
66
version: 2
77

8-
extends: WebForms.sublime-syntax
8+
extends: Packages/HTML (C#)/WebForms/WebForms.sublime-syntax
99

1010
first_line_match: <%@\s*Master\b
1111

0 commit comments

Comments
 (0)