tree-sitter-http icon indicating copy to clipboard operation
tree-sitter-http copied to clipboard

[Bug] Can't recognize the variable in header

Open Alienover opened this issue 1 year ago • 0 comments

image

The {{TOKEN}} in this case, is parsed as value, instead of variable.

The header should be parsed to

  header
    name: name
    value: value
    value: value
    value: variable
      name: identifier

Alienover avatar Apr 26 '24 02:04 Alienover