Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
(defun yas-with-comment (str)
|
||||
(format "%s%s%s" comment-start str comment-end))
|
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
(defun yas-with-comment (str)
|
||||
(format "%s%s%s" comment-start str comment-end))
|