1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-19 14:55:50 +01:00

Remove 'Haskell (improved) syntax'

This commit is contained in:
sharkdp
2020-05-27 08:58:44 +02:00
committed by David Peter
parent 2ab6474761
commit bb18ece8a4
3 changed files with 2 additions and 5 deletions
.gitmodules
assets
README.md
syntaxes
02_Extra

3
.gitmodules vendored

@ -70,9 +70,6 @@
[submodule "assets/syntaxes/JavaScript (Babel)"] [submodule "assets/syntaxes/JavaScript (Babel)"]
path = assets/syntaxes/02_Extra/JavaScript (Babel) path = assets/syntaxes/02_Extra/JavaScript (Babel)
url = https://github.com/babel/babel-sublime url = https://github.com/babel/babel-sublime
[submodule "assets/syntaxes/Cabal"]
path = assets/syntaxes/02_Extra/Cabal
url = https://github.com/SublimeHaskell/SublimeHaskell
[submodule "assets/syntaxes/Dart"] [submodule "assets/syntaxes/Dart"]
path = assets/syntaxes/02_Extra/Dart path = assets/syntaxes/02_Extra/Dart
url = https://github.com/guillermooo/dart-sublime-bundle url = https://github.com/guillermooo/dart-sublime-bundle

3
assets/README.md vendored

@ -47,4 +47,5 @@ The following files have been manually modified after converting from a `.tmLang
https://github.com/seanjames777/SML-Language-Definitiona as it is not https://github.com/seanjames777/SML-Language-Definitiona as it is not
kept in a standalone repository. The file generated is from kept in a standalone repository. The file generated is from
https://github.com/seanjames777/SML-Language-Definition/blob/master/sml.tmLanguage https://github.com/seanjames777/SML-Language-Definition/blob/master/sml.tmLanguage
* `Cabal.sublime_syntax` has been added manually from
https://github.com/SublimeHaskell/SublimeHaskell/ - we don't want to include the whole submodule because it includes other syntaxes ("Haskell improved") as well.