Skip to content

Instantly share code, notes, and snippets.

@bamanzi
Created July 12, 2017 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bamanzi/87466afae56890545b8c78c29c51fbb9 to your computer and use it in GitHub Desktop.
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
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