Files
dotfiles/cli/dot-config/helix/snippets/python.toml

6 lines
220 B
TOML

[[snippets]]
prefix = "ldldldld"
scope = [ "python" ] # language id https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers
body = 'log.debug("$1", "$2")'
description = "log at debug level"