daml/sdk/.vscode/restructuredtext.code-snippets
Gary Verhaegen e40aad897f
move to subdir 3.0 (#18520)
* move most files

* update CI configuration
2024-03-22 02:27:46 +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"
},
}