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 aa900bf commit a70b2feCopy full SHA for a70b2fe
docs/src/assets/schemas/config.schema.json
@@ -28,7 +28,7 @@
28
"scope": {
29
"type": "string",
30
"description": "The TextMate scope that represents this language.",
31
- "pattern": "^(source|text)(\\.\\w+)+$",
+ "pattern": "^(source|text)(\\.[\\w\\-]+)+$",
32
"examples": [
33
"source.rust",
34
"text.html"
0 commit comments