Ticket #1233 (new enhancement)
syntax highlighting for specific heredocs
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Syntax Highlighting | Version: | 0.87 |
| Keywords: | Cc: | bramble.andrew@… |
Description
Ovid describes in this blog posts how one can have SQL syntax highlighting inside SQL heredocs in vim:
http://blogs.perl.org/users/ovid/2011/06/syntax-highlight-your-sql-heredocs-in-vim.html
Of course, this can be extended to other languages as well.
It would be nice to have such a thing in Padre as well.
Change History
Note: See
TracTickets for help on using
tickets.

Interesting. >>"SQL", >>"HTML", >>"C", ..etc?
Let me see if I can call another lexer inside Scintilla safely.