usagi-coffee / tree-sitter-abl

OpenEdge ABL grammar for tree-sitter
MIT License
5 stars 1 forks source link

Escape character throws ERROR #44

Closed PauliusKu closed 3 weeks ago

PauliusKu commented 1 month ago

For example, in this code:

/* formatterSettingsOverride */
/*  { "AblFormatter.blockFormatting": true}*/

do:
        message "a".
         message "~"".
         message "a".
end.

Tree:

image