Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 624 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 624 Bytes

tree-sitter-mediawiki

Wikitext is the markup language used on Wikipedia and other wikis powered by MediaWiki. Parsing Wikitext is very difficult, so this project only focuses on providing syntax highlighting for modern text editors like Helix.

Screenshot of Wikitext highlighted using tree-sitter-mediawiki

How to contribute

See Creating parsers if you are new to Tree-sitter. You can test your changes with npm test.