Ticket #3981 (new enhancement) — at Version 2

Opened 5 years ago

Last modified 4 years ago

[PATCH] sh.syntax: Allow for indented 'function' highlighting

Reported by: TerraNova Owned by:
Priority: minor Milestone: Future Releases
Component: mcedit Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description (last modified by andrew_b) (diff)

This will allow for the following:

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

Change History

comment:1 Changed 5 years ago by andrew_b

  • Description modified (diff)

comment:2 Changed 5 years ago by andrew_b

  • Description modified (diff)
Note: See TracTickets for help on using tickets.