We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b1923 commit b0e409aCopy full SHA for b0e409a
1 file changed
icons/icons.json
@@ -1847,10 +1847,12 @@
1847
{
1848
"base": "source.yaml",
1849
"extensions": [
1850
- ".clang-format"
+ ".clang-format",
1851
+ ".clang-tidy",
1852
+ ".clangd"
1853
],
- "name": "YAML (clang-format)",
- "scope": "source.yaml.clang-format"
1854
+ "name": "YAML (LLVM)",
1855
+ "scope": "source.yaml.llvm"
1856
}
1857
1858
"color": "blue"
0 commit comments