Created
September 20, 2022 16:44
-
-
Save daviddarnes/d9b05b4ed43a8ea7e3ea719c2eb9c71b to your computer and use it in GitHub Desktop.
Example of clips in Nova code editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"clips": [ | |
{ | |
"content": "The content of the $1 clip ${1:placeholder}", | |
"name": "Example single clip", | |
"syntax": "html", | |
"trigger": "example" | |
}, | |
{ | |
"name": "Clips group example", | |
"children": [ | |
{ | |
"content": "The content of the ${name:default} clip ${1:placeholder}", | |
"name": "Example single clip", | |
"syntax": "css", | |
"trigger": "example2" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment