We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec9633 commit 0ac61faCopy full SHA for 0ac61fa
Language.sublime-syntax
@@ -4,8 +4,6 @@ name: Crackshell Language
4
file_extensions:
5
- lang
6
scope: text.xml.lang
7
-variables:
8
- valid_types: '(string)'
9
contexts:
10
preprocessor-expression:
11
- match: '\b[A-Z0-9_]+\b'
@@ -114,8 +112,6 @@ contexts:
114
112
push: attribute-value
115
113
- include: attributes
116
117
- - match: '\b{{valid_types}}\b'
118
- scope: entity.name.tag storage.type
119
- match: '\b[A-Za-z0-9\-_]+\b'
120
scope: invalid.illegal.unsupported-type
121
- match: '\s+'
0 commit comments