tree-sitter-4dxml

Atom language support for 4D

miyako

36

0

Bug Reports

0.3.1

MIT

GitHub

tree-sitter-4dxml

4D language support in Atom

A simple, generic XML parser, based on tree-sitter-html.

About

No integrity checking of element names or void tags vs self closing tags. tag.h

. and _ characters are allowed in element names. scanner.cc

No special processing for script or style tags. scanner.cc

No injection of javascript or css.

Implicit end tags are allowed as in the original parser (no strict XML validation).