daml/.vscode/restructuredtext.code-snippets
Martin Huschenbett da551ea142
DAML-LF spec: Explain how to use LaTeX input (#8018)
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
2020-11-20 13:41:10 +01:00

48 lines
924 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"𝕆": {
"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"
},
}