mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-15 22:11:32 -06:00
17 lines
452 B
JSON
17 lines
452 B
JSON
|
|
{
|
|
"files.associations": {
|
|
"dot_*rc": "shellscript",
|
|
"dot_*rc.tmpl": "shellscript",
|
|
"*.sh.tmpl": "shellscript",
|
|
".chezmoiignore": "ignore",
|
|
"*.nu.tmpl": "nushell",
|
|
"*.json.tmpl": "json",
|
|
"*.toml.tmpl": "toml",
|
|
"*.yaml.tmpl": "yaml",
|
|
"*.cfg.tmpl": "ini",
|
|
"*bash_aliases*": "shellscript",
|
|
"*dot_profile*": "shellscript",
|
|
"*dot_gitconfig*": "ini",
|
|
}
|
|
} |