Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 07:38
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 r-ryantm/990cad486ab2ee7b7a9c08d2164beefe to your computer and use it in GitHub Desktop.
Save r-ryantm/990cad486ab2ee7b7a9c08d2164beefe to your computer and use it in GitHub Desktop.
/nix/store/j46nj9pa6jbzllp1vqmcii188d1kk4qd-dit-0.7
├── bin
│   └── dit
└── share
├── apps
│   └── konsole
│   └── dit.keytab
└── dit
├── bindings
│   └── default
├── highlight
│   ├── autoconf.dithl
│   ├── c.dithl
│   ├── c.dithlinc
│   ├── conf.dithl
│   ├── css.dithl
│   ├── css.dithlinc
│   ├── diff.dithl
│   ├── diff.dithlinc
│   ├── dithl.dithl
│   ├── etlua.dithl
│   ├── fun.dithl
│   ├── gitcommit.dithl
│   ├── gitconflict.dithlinc
│   ├── go.dithl
│   ├── haskell.dithl
│   ├── haskell.dithlinc
│   ├── html.dithl
│   ├── html.dithlinc
│   ├── java.dithl
│   ├── javascript.dithl
│   ├── javascript.dithlinc
│   ├── json.dithl
│   ├── latex.dithl
│   ├── latex.dithlinc
│   ├── ldoc.dithlinc
│   ├── lex.dithl
│   ├── lhs.dithl
│   ├── lp.dithl
│   ├── lpeg_re.dithlinc
│   ├── ltp.dithl
│   ├── lua.dithl
│   ├── lua.dithlinc
│   ├── make.dithl
│   ├── markdown.dithl
│   ├── markdown.dithlinc
│   ├── moonscript.dithl
│   ├── nestedm4.dithlinc
│   ├── perl.dithl
│   ├── php.dithl
│   ├── python.dithl
│   ├── ruby.dithl
│   ├── shellbacktick.dithlinc
│   ├── shell.dithl
│   ├── shell.dithlinc
│   ├── t.dithl
│   ├── teal.dithl
│   ├── titan.dithl
│   ├── xml.dithl
│   ├── yacc.dithl
│   ├── yaml.dithl
│   └── yats.dithl
├── scripts
│   ├── c.lua
│   ├── cmd.lua
│   ├── compat53
│   │   ├── init.lua
│   │   └── module.lua
│   ├── compat53.lua
│   ├── cscope.lua
│   ├── dit
│   │   ├── code.lua
│   │   ├── global.lua
│   │   ├── line_commit.lua
│   │   ├── lua
│   │   │   └── mobdebug.lua
│   │   └── tab_complete.lua
│   ├── go.lua
│   ├── haskell.lua
│   ├── java.lua
│   ├── json.lua
│   ├── latex.lua
│   ├── luacheck
│   │   ├── analyze.lua
│   │   ├── argparse.lua
│   │   ├── builtin_standards.lua
│   │   ├── cache.lua
│   │   ├── check.lua
│   │   ├── config.lua
│   │   ├── core_utils.lua
│   │   ├── detect_globals.lua
│   │   ├── expand_rockspec.lua
│   │   ├── filter.lua
│   │   ├── format.lua
│   │   ├── fs.lua
│   │   ├── globbing.lua
│   │   ├── init.lua
│   │   ├── inline_options.lua
│   │   ├── lexer.lua
│   │   ├── linearize.lua
│   │   ├── main.lua
│   │   ├── multithreading.lua
│   │   ├── options.lua
│   │   ├── parser.lua
│   │   ├── reachability.lua
│   │   ├── standards.lua
│   │   ├── stds.lua
│   │   ├── utils.lua
│   │   ├── version.lua
│   │   └── whitespace.lua
│   ├── lua.lua
│   ├── shell.lua
│   ├── teal.lua
│   └── tmux.lua
└── terminals
├── konsole
├── linux
├── rxvt
├── wsvt25
├── xterm-1002
└── xterm-color
13 directories, 107 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment