Skip to content

Commit b0e409a

Browse files
committed
Fix llvm alias extensions
1 parent a2b1923 commit b0e409a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

icons/icons.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,10 +1847,12 @@
18471847
{
18481848
"base": "source.yaml",
18491849
"extensions": [
1850-
".clang-format"
1850+
".clang-format",
1851+
".clang-tidy",
1852+
".clangd"
18511853
],
1852-
"name": "YAML (clang-format)",
1853-
"scope": "source.yaml.clang-format"
1854+
"name": "YAML (LLVM)",
1855+
"scope": "source.yaml.llvm"
18541856
}
18551857
],
18561858
"color": "blue"

0 commit comments

Comments
 (0)