Created
July 12, 2017 06:46
-
-
Save bamanzi/87466afae56890545b8c78c29c51fbb9 to your computer and use it in GitHub Desktop.
some useful packages (that don't need extra slang-modules) in jed-extra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph jed_extra { | |
node [style=filled ]; | |
ffap [color=deepskyblue]; | |
hyperman [color=deepskyblue]; | |
info [color=deepskyblue]; | |
hyperhelp [color=deepskyblue]; | |
tokenlist [color=deepskyblue]; | |
grep [color=deepskyblue]; | |
pymode [color=darkred]; | |
sql [color=darkred]; | |
make [color=darkred]; | |
css1 [color=darkred]; | |
apache [color=darkred]; | |
libdir [color=darkseagreen4]; | |
ffap -> txtutils | |
txtutils -> sl_utils | |
hyperman -> {txtutils, bufutils, view } | |
bufutils -> {sl_utils, txtutils} | |
view -> bufutils | |
info -> {info_look, infomisc} | |
hyperhelp -> {view, bufutils, sl_utils, txtutils, strutils} | |
tokenlist -> tkl_mode | |
grep -> {bufutils, datutils, filelist, listing, sl_utils, txtutils, view} | |
datutils -> sl_utils | |
filelist -> {listing, bufutils, datutils, sl_utils, txtutils, strutils, view} | |
listing -> {sl_utils, datutils, view} | |
pymode -> {browse_url, bufutils, ishell, sl_utils, strutils, txtutils, view} | |
browse_url -> {sl_utils, bufutils} | |
ishell -> {sl_utils, bufutils, txtutils, view} | |
strutils -> datutils | |
sql -> keywords | |
apache -> {bufutils, txtutils, hyperhelp, complete} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment