Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: logger_name
|
||||
# key: ln
|
||||
# --
|
||||
logger = logging.getLogger(${1:__name__})
|
Reference in New Issue
Block a user