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
macros.d
skins
syntax Ticket #3981: sh.syntax: allow for indented 'function' highlighting. 2019-04-27 19:17:54 +03:00
.gitignore
edit.indent.rc
filehighlight.ini
Makefile.am
mc.charsets
mc.default.keymap
mc.emacs.keymap
mc.ext.in
mc.keymap
mc.lib
mc.macros
mc.menu.in
mcedit.menu.in
xterm.ad