Skip to content

Commit

Permalink
Experiment with LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jan 3, 2025
1 parent 290c089 commit cee6c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/ampersand.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"description": "Define a CONCEPT and optionally, a reference",
"comment": "this snippet ensures that you do not forget about the optional reference text",
"body": [
"CONCEPT ${1:cname} \"${2:description}\" \"$0\""
"CONCEPT ${1:ConceptName} LABEL \"Concept Name\" \"${2:description}\" \"$0\""
]
},
"Define a CLASSIFY ISA statement": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"prefix": "RELATION",
"description": "<relname> :: <SrcConcept> * <TgtConcept>",
"body": [
"${1:Relname} :: ${2:srcConcept} * ${3:tgtConcept} "
"${1:Relname} LABEL ${4:\"Relation Name\"} :: ${2:srcConcept} * ${3:tgtConcept} "
]
},
"Define a Relation population": {
Expand Down

0 comments on commit cee6c38

Please sign in to comment.