fix: allow functions without curly brackets

This commit is contained in:
Dusty Pomerleau 2020-11-03 18:37:43 +11:00
parent 245e1b533b
commit 01a228f689

View File

@ -462,7 +462,7 @@
"name": "punctuation.brackets.angle.rust"
}
},
"end": "\\{",
"end": "\\{|;",
"endCaptures": {
"0": {
"name": "punctuation.brackets.curly.rust"