mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
da551ea142
Add a description of how to enable LaTeX input mode when editing the DAML-LF spec in VS Code. Also add some additional symbols. CHANGELOG_BEGIN CHANGELOG_END
48 lines
924 B
Plaintext
48 lines
924 B
Plaintext
{
|
||
"𝕆": {
|
||
"prefix": "\\mathbb{O}",
|
||
"body": "𝕆",
|
||
"description": "black board capital O"
|
||
},
|
||
"≠": {
|
||
"prefix": ["\\neq", "\\not="],
|
||
"body": "≠",
|
||
"description": "not equals"
|
||
},
|
||
"≤": {
|
||
"prefix": ["\\leq"],
|
||
"body": "≤",
|
||
"description": "less or equals"
|
||
},
|
||
"≥": {
|
||
"prefix": ["\\geq"],
|
||
"body": "≥",
|
||
"description": "greater or equals"
|
||
},
|
||
"‖": {
|
||
"prefix": ["\\parallel", "\\||"],
|
||
"body": "‖",
|
||
"description": "parallel, double vertical line"
|
||
},
|
||
"↠": {
|
||
"prefix": ["\\twoheadrightarrow"],
|
||
"body": "↠",
|
||
"description": "two head right arrow"
|
||
},
|
||
"⇝": {
|
||
"prefix": ["\\rightsquigarrow"],
|
||
"body": "⇝",
|
||
"description": "squiggly right arrow"
|
||
},
|
||
"⟦": {
|
||
"prefix": ["\\llbracket"],
|
||
"body": "⟦",
|
||
"description": "left semantic bracket"
|
||
},
|
||
"⟧": {
|
||
"prefix": ["\\rrbracket"],
|
||
"body": "⟧",
|
||
"description": "right semantic bracket"
|
||
},
|
||
}
|