Ticket #3981 (reopened enhancement)

Opened 5 years ago

Last modified 4 years ago

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

Reported by: TerraNova Owned by: andrew_b
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

Attachments

0001-sh.syntax-Allow-for-indented-function-highlighting.patch (1.2 KB) - added by TerraNova 5 years ago.

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)

comment:3 Changed 5 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted
  • Milestone changed from Future Releases to 4.8.23

comment:4 Changed 5 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset set to committed-master
  • Resolution set to fixed
  • Branch state changed from no branch to merged

comment:5 Changed 5 years ago by andrew_b

  • Status changed from testing to closed

comment:6 Changed 4 years ago by andrew_b

  • Status changed from closed to reopened
  • Votes for changeset committed-master deleted
  • Resolution fixed deleted
  • Branch state changed from merged to no branch
  • Milestone changed from 4.8.23 to Future Releases
Note: See TracTickets for help on using tickets.