mc/misc
TerraTech 91d6d55baf Ticket #3981: sh.syntax: allow for indented 'function' highlighting.
This will allow for the following:

  if want_foo; then
      function foobar() {
          echo "foo"
      }
  else
      function foobar() {
          echo "bar"
      }
  fi
  foobar

Signed-off-by: TerraTech <1118433+TerraTech@users.noreply.github.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-04-27 19:17:54 +03:00
..
ext.d Ticket #3962: support Geeqie image viewer. 2019-01-26 16:31:38 +03:00
macros.d Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
skins Ticket #3973: add featured-plus skin. 2019-03-08 17:05:20 +03:00
syntax Ticket #3981: sh.syntax: allow for indented 'function' highlighting. 2019-04-27 19:17:54 +03:00
.gitignore
edit.indent.rc Ticket #2274: adjust script permissions to installed ones. 2014-01-26 13:38:48 +04:00
filehighlight.ini Ticket #3966: file highlighting updates. 2019-02-01 19:55:40 +03:00
Makefile.am Ticket #3609: install mc.keymap as a symlink to mc.default.keymap 2016-05-01 11:20:07 +02:00
mc.charsets Ticket #2037: minor changes in source tree. 2010-02-24 16:36:05 +00:00
mc.default.keymap File panel: unification of terminology. 2017-04-24 16:16:27 +03:00
mc.emacs.keymap File panel: unification of terminology. 2017-04-24 16:16:27 +03:00
mc.ext.in mc.ext: add Markdown binding. 2019-02-01 20:19:33 +03:00
mc.keymap Rename keymap files to be with .keymap suffix. 2013-03-09 16:04:51 +04:00
mc.lib Ticket #2978: support Shift+Fn keys for 256-color mode of tmux 2014-02-22 15:21:27 +04:00
mc.macros added examples 2011-03-03 20:48:31 +00:00
mc.menu.in Ticket #3906: ZSTD support. 2018-03-19 15:00:23 +03:00
mcedit.menu.in Ticket #3586: mcedit - fix "Lower case selection" command in User Menu 2016-03-04 09:23:36 +03:00
xterm.ad