vscode-apache icon indicating copy to clipboard operation
vscode-apache copied to clipboard

:electric_plug: Apache conf syntax highlighting for VS Code.

Results 6 vscode-apache issues
Sort by recently updated
recently updated
newest added

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...

**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: ![image](https://user-images.githubusercontent.com/48593081/70032419-5f3f6a00-15a5-11ea-8bec-4ad323216ffd.png)

Added `Protocols` directive in SSL directives