Use lildude's fork

This commit is contained in:
Colin Seymour
2018-02-12 13:56:06 +00:00
parent 2abf488e65
commit 24fa4c82f3
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -739,9 +739,6 @@
[submodule "vendor/grammars/language-emacs-lisp"] [submodule "vendor/grammars/language-emacs-lisp"]
path = vendor/grammars/language-emacs-lisp path = vendor/grammars/language-emacs-lisp
url = https://github.com/Alhadis/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"] [submodule "vendor/CodeMirror"]
path = vendor/CodeMirror path = vendor/CodeMirror
url = https://github.com/codemirror/CodeMirror url = https://github.com/codemirror/CodeMirror
@@ -898,3 +895,6 @@
[submodule "vendor/grammars/atom-language-nextflow"] [submodule "vendor/grammars/atom-language-nextflow"]
path = vendor/grammars/atom-language-nextflow path = vendor/grammars/atom-language-nextflow
url = https://github.com/nextflow-io/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

2
vendor/README.md vendored
View File

@@ -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) - **JSON5:** [atom/language-javascript](https://github.com/atom/language-javascript)
- **JSONiq:** [wcandillon/language-jsoniq](https://github.com/wcandillon/language-jsoniq) - **JSONiq:** [wcandillon/language-jsoniq](https://github.com/wcandillon/language-jsoniq)
- **JSONLD:** [atom/language-javascript](https://github.com/atom/language-javascript) - **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) - **Julia:** [JuliaEditorSupport/atom-language-julia](https://github.com/JuliaEditorSupport/atom-language-julia)
- **Jupyter Notebook:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle) - **Jupyter Notebook:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle)
- **KiCad Layout:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb) - **KiCad Layout:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb)