diff --git a/README.md b/README.md index 5001eb6..d9afc7f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Lark provides syntax highlighting for its grammar files (\*.lark): - [vscode](https://github.com/lark-parser/vscode-lark) - [Intellij & PyCharm](https://github.com/lark-parser/intellij-syntax-highlighting) - [Vim](https://github.com/lark-parser/vim-lark-syntax) +- [Atom](https://github.com/Alhadis/language-grammars) ### Clones diff --git a/docs/index.rst b/docs/index.rst index 9bef29d..25b4a71 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,11 +65,13 @@ Syntax Highlighting - `Visual Studio Code`_ (Or install through the vscode plugin system) - `Intellij & PyCharm`_ - `Vim`_ +- `Atom` .. _Sublime Text & TextMate: https://github.com/lark-parser/lark_syntax .. _Visual Studio Code: https://github.com/lark-parser/vscode-lark .. _Intellij & PyCharm: https://github.com/lark-parser/intellij-syntax-highlighting .. _Vim: https://github.com/lark-parser/vim-lark-syntax +.. _Atom: https://github.com/Alhadis/language-grammars Resources ---------