SQL language injection in Shell scripts
I would like to enable SQL syntax highlight for string constants in shell scripts, when they are formatted as HEREDOC with the SQL tag.
I found the Language injection preference pane, but I can't find any documentation for the “Places Patterns.” For instance, the expression for PHP HEREDOCs is:
+ phpLiteralExpression("SQL")
What is the equivalent for a Shell script?
I tried using the PSI Viewer, but I don't really understand how to use it:

Please sign in to leave a comment.