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.
snippet ß "Backslash" A
\\
endsnippet
snippet <> "Add sharp brackets"
⟨$1⟩$0
# Mengen
snippet N "Natural number"
ℕ
snippet Z "Whole numbers"
ℤ
# Quantoren
snippet E "Exists"
∃
snippet A "All"
∀