Ticket #3981 (reopened enhancement)
[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
Change History
Changed 6 years ago by TerraNova
- Attachment 0001-sh.syntax-Allow-for-indented-function-highlighting.patch added
comment:3 Changed 6 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 6 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
Thanks!
Applied as [91d6d55bafbccdc13bf1d27cfb3a8ce42293622f].
Note: See
TracTickets for help on using
tickets.