From 6b11655db84a63f0b61a580d0b3280725ab6683a Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Tue, 9 Jun 2015 18:07:51 +0100 Subject: [PATCH] Switch to using atom-fsharp language definition The previous definition used at fsharpbinding is no longer maintained. That repository has been split into separate parts for each editor. Atom now has the most complete compatible grammar. --- .gitmodules | 6 +++--- grammars.yml | 4 ++-- vendor/grammars/atom-fsharp | 1 + vendor/grammars/fsharpbinding | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) create mode 160000 vendor/grammars/atom-fsharp delete mode 160000 vendor/grammars/fsharpbinding diff --git a/.gitmodules b/.gitmodules index edb00607..7a0afa75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -133,9 +133,6 @@ [submodule "vendor/grammars/fancy-tmbundle"] path = vendor/grammars/fancy-tmbundle url = https://github.com/fancy-lang/fancy-tmbundle -[submodule "vendor/grammars/fsharpbinding"] - path = vendor/grammars/fsharpbinding - url = https://github.com/fsharp/fsharpbinding [submodule "vendor/grammars/monkey.tmbundle"] path = vendor/grammars/monkey.tmbundle url = https://github.com/gingerbeardman/monkey.tmbundle @@ -644,3 +641,6 @@ [submodule "vendor/grammars/smali-sublime"] path = vendor/grammars/smali-sublime url = https://github.com/ShaneWilton/sublime-smali +[submodule "vendor/grammars/atom-fsharp"] + path = vendor/grammars/atom-fsharp + url = https://github.com/fsprojects/atom-fsharp diff --git a/grammars.yml b/grammars.yml index 21a54c67..62f2a4b5 100644 --- a/grammars.yml +++ b/grammars.yml @@ -169,6 +169,8 @@ vendor/grammars/asp.tmbundle: vendor/grammars/assembly.tmbundle: - objdump.x86asm - source.x86asm +vendor/grammars/atom-fsharp/: +- source.fsharp vendor/grammars/atom-salt: - source.python.salt - source.yaml.salt @@ -247,8 +249,6 @@ vendor/grammars/fish-tmbundle: vendor/grammars/fortran.tmbundle: - source.fortran - source.fortran.modern -vendor/grammars/fsharpbinding: -- source.fsharp vendor/grammars/gap-tmbundle/: - source.gap vendor/grammars/gettext.tmbundle: diff --git a/vendor/grammars/atom-fsharp b/vendor/grammars/atom-fsharp new file mode 160000 index 00000000..c28c6093 --- /dev/null +++ b/vendor/grammars/atom-fsharp @@ -0,0 +1 @@ +Subproject commit c28c609370075709ccff24e10a15d12bec4bc521 diff --git a/vendor/grammars/fsharpbinding b/vendor/grammars/fsharpbinding deleted file mode 160000 index ad3f0734..00000000 --- a/vendor/grammars/fsharpbinding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ad3f073464d29d1641ce70a7f626fc11e6480667