AutoYADM commit: 2025-04-05 15:00:07

This commit is contained in:
Daniel Fichtinger 2025-04-05 15:00:07 -04:00
parent 8219ec0917
commit b815bb2046
3 changed files with 19 additions and 0 deletions

View file

@ -1 +1,3 @@
runtime/grammars/
external-snippets/
external-snippets/**

View file

@ -6,6 +6,15 @@ git = "https://github.com/rafamadriz/friendly-snippets.git"
scope = ["python"]
path = "snippets/python/python.json"
[[sources.paths]]
scope = ["python"]
path = "snippets/python/comprehension.json"
[[sources.paths]]
scope = ["python"]
path = "snippets/python/unittest.json"
[[sources.paths]]
scope = ["python"]
path = "snippets/python/pydoc.json"
[[sources.paths]]
scope = ["rust"]
path = "snippets/rust/rust.json"
[[sources.paths]]
@ -15,4 +24,7 @@ path = "snippets/markdown.json"
scope = ["go"]
path = "snippets/go.json"
[[sources.paths]]
scope = ["html"]
path = "snippets/html.json"
[[sources.paths]]
path = "snippets/loremipsum.json"

View file

@ -0,0 +1,5 @@
[[snippets]]
prefix = "ld"
scope = ["python"]
body = 'log.debug("$1")'
description = 'Debug log level'