[[language]] name = "yaml" auto-format = true formatter = { command = "yamlfmt", args = ["-"] } [[language]] name = "xbps-template" scope = "source.xbps" roots = ["xbps-src"] file-types = [ { glob = "srcpkgs/*/template" } ] comment-token = "#" language-servers = [ "bash-language-server" ] indent = { tab-width = 4, unit = "\t" } grammar = "bash"