This commit is contained in:
Kovid Goyal 2021-03-09 09:02:21 +05:30
parent 3505d2afdd
commit 302784a6d9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -496,7 +496,7 @@ class Parser {
// hash {{{
void enter_at_keyword() {
states.push(ParseState::hash);
states.push(ParseState::at_keyword);
token_queue.add_at_keyword();
}