dotfiles/.config/VSCodium/User/snippets/css.json
Sergio Laín 04b78eb79f
feat(vscodium): add config with settings, keybinds and snippets
using vscodium as a fallback editor in pair with the neovim native integration plugin
2024-01-16 11:14:31 +01:00

13 lines
323 B
JSON

{
"ignore (prettier)": {
"body": "/* prettier-ignore */",
"prefix": "ignore (prettier)"
},
"ignore range (stylelint)": {
"body": [
"/* stylelint-disable ${1:no-duplicate-selectors} */",
"/* stylelint-enable ${1:no-duplicate-selectors} */"
],
"prefix": "ignore range (stylelint)"
}
}