mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 05:14:53 -06:00
adjust VS Code file associations for template files, chezmoi path style
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
README.md
|
README.md
|
||||||
FAQ.md
|
FAQ.md
|
||||||
.gitattributes
|
.gitattributes
|
||||||
|
.gitignore
|
||||||
|
.vscode
|
||||||
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user