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 b9d5610 commit f03fb8cCopy full SHA for f03fb8c
manifest.json
@@ -8,6 +8,7 @@
8
"*.sublime-workspace",
9
"*.sublime-project",
10
"*.JSON-tmLanguage",
11
+ "*.YAML-tmLanguage",
12
"*.ps1",
13
"*.hg*",
14
"*.git*",
@@ -19,7 +20,8 @@
19
20
["./tests/*.py", []],
21
22
["./Snippets/*.*", []],
- ["./Support/*.*", []]
23
+ ["./Support/*.*", ["*.YAML-tmLanguage"]
24
+ ]
25
26
],
27
"release": [
@@ -29,6 +31,7 @@
29
31
30
32
33
34
35
36
37
0 commit comments