### API Notation
-A syntax for notating component APIs in a way that's easy to embed in text documents.
+A syntax for notating component APIs in text documents. We provide a tree-sitter parser and a neovim plugin.
=> ./api.gmi API Notation definition
+=> https://git.sr.ht/~rbdr/tree-sitter-api-notation tree-sitter parser and neovim plugin.
+
+Older versions of the plugin exist for other editors, though they support an older version of the notation definition.
+
=> https://git.sr.ht/~rbdr/api-notation.vim Syntax for vim
=> https://git.sr.ht/~rbdr/api-notation.vscode Syntax for vscode
=> https://git.sr.ht/~rbdr/api-notation-atom Syntax for atom