mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 06:59:39 +00:00
add(nvim): scala .dbg snippet
pass everything thourgh a `.map(identity)` while printing everything inside
This commit is contained in:
parent
18da710d1e
commit
63fb93e796
2 changed files with 16 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
"name": "leana-snippets",
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "scala",
|
||||
"path": "./scala.json"
|
||||
},
|
||||
{
|
||||
"language": "c",
|
||||
"path": "./c.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue