mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-11 04:46:38 +00:00
swap location
This commit is contained in:
parent
4f74e48b11
commit
6dfe47b87c
1 changed files with 1 additions and 1 deletions
|
@ -275,8 +275,8 @@ impl Parser {
|
|||
}
|
||||
|
||||
fn parse_tag_open(&mut self, s: &str) -> Result<Node, ParserError> {
|
||||
let token_type = self.peek_previous()?.token_type().clone();
|
||||
let mut parts = s.split_whitespace();
|
||||
let token_type = self.peek_previous()?.token_type().clone();
|
||||
|
||||
let tag_name = match token_type {
|
||||
TokenType::HtmlTagOpen(_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue