usagi-coffee / tree-sitter-abl

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

SERIALIZE-NAME is not recognized as part of field_definition #67

Closed eglekaz closed 2 weeks ago

eglekaz commented 2 weeks ago

Example:

define TEMP-TABLE ttColumn NO-UNDO
FIELD cName AS CHARACTER SERIALIZE-NAME "name"
FIELD cKey AS CHARACTER SERIALIZE-NAME "key"
.