summary refs log tree commit diff
path: root/snippets/go-mode/json
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-01-19 08:20:39 -0800
committerFranck Cuny <franck@fcuny.net>2024-01-19 08:20:39 -0800
commit42a8ec8a9f743b6e8c56b8c5dd7264a70c273848 (patch)
treeff5060f9f7db2303f7a7e152251d4e36f586fa27 /snippets/go-mode/json
parentswitch to `nixd` for nix LSP (diff)
downloademacs.d-42a8ec8a9f743b6e8c56b8c5dd7264a70c273848.tar.gz
add a few more snippets for go
Diffstat (limited to 'snippets/go-mode/json')
-rw-r--r--snippets/go-mode/json1
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/go-mode/json b/snippets/go-mode/json
new file mode 100644
index 0000000..8169d0d
--- /dev/null
+++ b/snippets/go-mode/json
@@ -0,0 +1 @@
+\`json:"$1"\`
\ No newline at end of file