mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3505d2afdd
commit
302784a6d9
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user