[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
adding limit/expand to sh highlighting
[Thread Prev] | [Thread Next]
- Subject: adding limit/expand to sh highlighting
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Tue, 3 Feb 2026 00:42:25 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
I've tried a number of things.
placing...
limit
from /^function/
in various places in the sh.highlight file, but no success
i need to let the sh.highlignt file know a limit (function) beings in 1 of
2 ways
function MyCommand() {
}
or just
MyCommand() {
}
to be honest i don't really understand the new highlight system.
I'm unsure of where to put the 'limit' definition in the file and what
syntax to use to meet the above mentioned function definition.
Any advice would be appreciated.
Thanks
BruceS
| Re: adding limit/expand to sh highlighting | Bruce Steers <bsteers4@xxxxxxxxx> |