From 24fa4c82f3cb7da424cf148ddb1326a5e1b9ba4c Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Mon, 12 Feb 2018 13:56:06 +0000 Subject: [PATCH] Use lildude's fork --- .gitmodules | 6 +++--- vendor/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b7211d57..e10795aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -739,9 +739,6 @@ [submodule "vendor/grammars/language-emacs-lisp"] path = vendor/grammars/language-emacs-lisp url = https://github.com/Alhadis/language-emacs-lisp -[submodule "vendor/grammars/language-babel"] - path = vendor/grammars/language-babel - url = https://github.com/github-linguist/language-babel [submodule "vendor/CodeMirror"] path = vendor/CodeMirror url = https://github.com/codemirror/CodeMirror @@ -898,3 +895,6 @@ [submodule "vendor/grammars/atom-language-nextflow"] path = vendor/grammars/atom-language-nextflow url = https://github.com/nextflow-io/atom-language-nextflow +[submodule "vendor/grammars/language-babel"] + path = vendor/grammars/language-babel + url = https://github.com/lildude/language-babel diff --git a/vendor/README.md b/vendor/README.md index b5b7401a..97f9225f 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -181,7 +181,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting - **JSON5:** [atom/language-javascript](https://github.com/atom/language-javascript) - **JSONiq:** [wcandillon/language-jsoniq](https://github.com/wcandillon/language-jsoniq) - **JSONLD:** [atom/language-javascript](https://github.com/atom/language-javascript) -- **JSX:** [github-linguist/language-babel](https://github.com/github-linguist/language-babel) +- **JSX:** [lildude/language-babel](https://github.com/lildude/language-babel) - **Julia:** [JuliaEditorSupport/atom-language-julia](https://github.com/JuliaEditorSupport/atom-language-julia) - **Jupyter Notebook:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle) - **KiCad Layout:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb)