Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
support Varnish in configuration blocks#4287
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dbu commentedOct 5, 2014
i have seen people using C for syntax highlighting. given how primitive VCL is in terms of constructs, i guess there won't be much difference between ruby and C. both will have occasional random things highlight (not too likely) and both won't highlight the built-in constructs and system method names of vcl. lets go with ruby as you say it looks ok. |
stof commentedOct 5, 2014
if you want to have better highlighting in the future, it could be possible to submit a PR to Pygments adding a new highlighter.@javiereguiluz did it for Twig. |
wouterj commentedOct 11, 2014
Thanks Christian. |
This PR was merged into the 2.3 branch.Discussion----------support Varnish in configuration blocksTo be able to use them,fabpot/sphinx-php#20 has to be merged first. After that, the submodule reference has to be updated as well with this pull request.@dbu@thierrymarianne Is Ruby the language to choose to get proper syntax highlighting?Commits-------f2bf980 support Varnish in configuration blocks
To be able to use them,fabpot/sphinx-php#20 has to be merged first. After that, the submodule reference has to be updated as well with this pull request.
@dbu@thierrymarianne Is Ruby the language to choose to get proper syntax highlighting?