Skip to content

Commit 03e0463

Browse files
meatorpaholg
authored andcommitted
Add .clang-tidy highlighting (helix-editor#12498)
1 parent b017318 commit 03e0463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ source = { git = "https://github.com/ikatyang/tree-sitter-vue", rev = "91fe27547
13501350
[[language]]
13511351
name = "yaml"
13521352
scope = "source.yaml"
1353-
file-types = ["yml", "yaml", { glob = ".prettierrc" }, { glob = ".clangd" }, { glob = ".clang-format" }]
1353+
file-types = ["yml", "yaml", { glob = ".prettierrc" }, { glob = ".clangd" }, { glob = ".clang-format" }, { glob = ".clang-tidy" }]
13541354
comment-token = "#"
13551355
indent = { tab-width = 2, unit = " " }
13561356
language-servers = [ "yaml-language-server", "ansible-language-server" ]

0 commit comments

Comments
 (0)