vscode-apache
vscode-apache copied to clipboard
:electric_plug: Apache conf syntax highlighting for VS Code.
This extension correcly allows syntax highlighting, but not text formatting. Trying to launch `Format Document` command result in error: ``` There is no formatter for 'apacheconf' files installed. ``` Is...
Added four keywords
**Description** The `User` keyword is being colored when it should not. **Reproduce the issue** In a `.htaccess` file, paste this code: ```.htaccess # Blocked user agents SetEnvIfNoCase ^User-Agent$ .*(googlebot|yandex) HTTP_SAFE_BADBOT...
Sorry me and git don't get along so I can't do a PR... but some dropin code if you want to implement... Took a while to get VSC's wonky regex...
Not sure if this is in the upstream or not, but quoted strings aren't highlighted correctly: Example: 
Added `Protocols` directive in SSL directives