Skip to content

Commit 0ac61fa

Browse files
committed
Removed unused scope
1 parent 0ec9633 commit 0ac61fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Language.sublime-syntax

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Crackshell Language
44
file_extensions:
55
- lang
66
scope: text.xml.lang
7-
variables:
8-
valid_types: '(string)'
97
contexts:
108
preprocessor-expression:
119
- match: '\b[A-Z0-9_]+\b'
@@ -114,8 +112,6 @@ contexts:
114112
push: attribute-value
115113
- include: attributes
116114

117-
- match: '\b{{valid_types}}\b'
118-
scope: entity.name.tag storage.type
119115
- match: '\b[A-Za-z0-9\-_]+\b'
120116
scope: invalid.illegal.unsupported-type
121117
- match: '\s+'

0 commit comments

Comments
 (0)