We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea from anoldhacker:
eval <<RUBY this_should_look(:like, :ruby).code RUBY run_sql <<SQL select * from foo SQL
…etc.
This much could just directly map the downcased token to 'filetype'
'filetype'
Another aspect is that:
`cat /tmp/hihi`
…should be ft=shell
ft=shell
The text was updated successfully, but these errors were encountered:
http://blogs.perl.org/users/ovid/2011/06/syntax-highlight-your-sql-heredocs-in-vim.html
Sorry, something went wrong.
No branches or pull requests
Idea from anoldhacker:
…etc.
This much could just directly map the downcased token to
'filetype'
Another aspect is that:
…should be
ft=shell
The text was updated successfully, but these errors were encountered: