Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tree-sitter-grammars/tree-sitter-xml
XML & DTD grammars for tree-sitter
https://github.com/tree-sitter-grammars/tree-sitter-xml
dtd parser tree-sitter xml
Last synced: 6 days ago
JSON representation
XML & DTD grammars for tree-sitter
- Host: GitHub
- URL: https://github.com/tree-sitter-grammars/tree-sitter-xml
- Owner: tree-sitter-grammars
- License: mit
- Created: 2023-08-05T09:09:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-03T17:23:53.000Z (2 months ago)
- Last Synced: 2025-01-28T13:16:50.423Z (13 days ago)
- Topics: dtd, parser, tree-sitter, xml
- Language: C
- Homepage:
- Size: 772 KB
- Stars: 30
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-xml
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-xml/actions)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
[![npm][npm]](https://www.npmjs.com/package/@tree-sitter-grammars/tree-sitter-xml)
[![crates][crates]](https://crates.io/crates/tree-sitter-xml)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-xml/)A tree-sitter parser for XML & DTD files.
## References
- [Extensible Markup Language (XML) 1.0](https://www.w3.org/TR/xml/)
- [Associating Schemas with XML documents 1.0](https://www.w3.org/TR/xml-model/)
- [Associating Style Sheets with XML documents 1.0](https://www.w3.org/TR/xml-stylesheet/)## Editors
- [x] Neovim
- [ ] Helix _(has alternatives)_
- [x] Emacs
- [ ] Zed[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-xml/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/%40tree-sitter-grammars%2Ftree-sitter-xml?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-xml?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-xml?logo=pypi&logoColor=ffd242