UltiSnips doesn't seem to be recognising the # key. I have the following snippet
snippet `([A-Z])#` "bb" A
``rv = '\\mathbb{' + m[1] + '}'``
endsnippet
**Expected behavior:**
When pressing "A" "#" I would expect to get \mathbb{A} as my output.
**Actual behavior:**
When pressing "A" "#" I get A# as my output.
**Steps to reproduce**
1) Add
snippet `([A-Z])#` "bb" A
``rv = '\\mathbb{' + m[1] + '}'``
endsnippet
to your snippets
2) Open a new file and press "A" and then "#"
1. 2. 3.