tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 32 forks source link

Error parsing emoji identifiers #71

Closed savq closed 1 year ago

savq commented 1 year ago
🙋 = request()

Results in

(source_file [1, 0] - [2, 0]
  (ERROR [1, 0] - [1, 6]
    (ERROR [1, 0] - [1, 4]))
  (call_expression [1, 7] - [1, 16]
    (identifier [1, 7] - [1, 14])
    (argument_list [1, 14] - [1, 16])))