uyha / tree-sitter-cmake

A Tree-sitter parser for CMake
MIT License
41 stars 9 forks source link

error on `$` inside quoted_argument #3

Closed doubleloop closed 2 years ago

doubleloop commented 2 years ago
message(STATUS "$")
normal_command [225, 0] - [225, 19]
  identifier [225, 0] - [225, 7]
  argument [225, 8] - [225, 14]
    unquoted_argument [225, 8] - [225, 14]
  argument [225, 15] - [225, 18]
    quoted_argument [225, 15] - [225, 18]
      ERROR [225, 16] - [225, 17]
uyha commented 2 years ago

this bug requires a substaintial rewrite of the grammar, so I'm not sure when will i have time to fix this bug.

uyha commented 2 years ago

This bug is fixed now