Skip to content

Commit 77e016d

Browse files
authored
Add new Consistem code snippet (#57)
1 parent b050ee8 commit 77e016d

File tree

3 files changed

+724
-0
lines changed

3 files changed

+724
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Code snippets are defined in files in the /snippets/ folder:
3030

3131
* objectscript-class.json - snippets for class definition context
3232
* objectscript.json - snippets for objectscript context
33+
* objectscript.json - snippets for consistem objectscript context
3334

3435
Snippets syntax is described [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets).
3536

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,10 @@
851851
"language": "objectscript",
852852
"path": "./snippets/objectscript.json"
853853
},
854+
{
855+
"language": "objectscript",
856+
"path": "./snippets/consistem-objectscript.json"
857+
},
854858
{
855859
"language": "objectscript-int",
856860
"path": "./snippets/objectscript-int.json"

0 commit comments

Comments
 (0)