Ticket #3981 (new enhancement) — at Initial Version
[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
This will allow for the following:
if want_foo; then
function foobar() {
echo "foo"
}
else
function foobar() {
echo "bar"
}
fi
foobar
Change History
Changed 6 years ago by TerraNova
- Attachment 0001-sh.syntax-Allow-for-indented-function-highlighting.patch added
Note: See
TracTickets for help on using
tickets.