From 12837ddc95ce8bde68362319c43e50f431eec2f1 Mon Sep 17 00:00:00 2001 From: ThatXliner <66848002+ThatXliner@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:33:42 -0700 Subject: [PATCH 1/2] Update docs index.rst Added a link to Atom syntax highlighting --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) 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 --------- From d6fee5dd0ab4bd83b0baa995361d7f0f7a49a014 Mon Sep 17 00:00:00 2001 From: ThatXliner <66848002+ThatXliner@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:38:28 -0700 Subject: [PATCH 2/2] Added link to Atom syntax highlighting --- README.md | 1 + 1 file changed, 1 insertion(+) 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