Ticket #3981 (new enhancement) — at Initial Version

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

This will allow for the following:

if want_foo; then

function foobar() {

echo "foo"

}

else

function foobar() {

echo "bar"

}

fi
foobar

Change History

Note: See TracTickets for help on using tickets.