Recognize .sublime-* files (#12750)

This commit is contained in:
Kristoffer Plagborg Bak Sørensen 2025-02-02 00:44:06 +01:00 committed by GitHub
parent 17ffa38a5a
commit 30616344d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -480,6 +480,18 @@ file-types = [
"ldtk",
"ldtkl",
{ glob = ".swift-format" },
"sublime-build",
"sublime-color-scheme",
"sublime-commands",
"sublime-completions",
"sublime-keymap",
"sublime-macro",
"sublime-menu",
"sublime-mousemap",
"sublime-project",
"sublime-settings",
"sublime-theme",
"sublime-workspace"
]
language-servers = [ "vscode-json-language-server" ]
auto-format = true
@ -1359,7 +1371,15 @@ source = { git = "https://github.com/ikatyang/tree-sitter-vue", rev = "91fe27547
[[language]]
name = "yaml"
scope = "source.yaml"
file-types = ["yml", "yaml", { glob = ".prettierrc" }, { glob = ".clangd" }, { glob = ".clang-format" }, { glob = ".clang-tidy" }]
file-types = [
"yml",
"yaml",
{ glob = ".prettierrc" },
{ glob = ".clangd" },
{ glob = ".clang-format" },
{ glob = ".clang-tidy" },
"sublime-syntax"
]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-servers = [ "yaml-language-server", "ansible-language-server" ]
@ -2741,7 +2761,8 @@ file-types = [
"xoml",
"musicxml",
"glif",
"ui"
"ui",
"sublime-snippet"
]
block-comment-tokens = { start = "<!--", end = "-->" }
indent = { tab-width = 2, unit = " " }