Skip to content

mrmlnc/vscode-apache

Repository files navigation

Apache conf syntax support for VS Code

Syntax highlighing for Apache conf files in Visual Studio Code. Ported from ApacheConf.tmLanguage.

Donate

If you want to thank me, or promote your issue.

Donate

❤️ I will be glad to see your support and PR's.

Colorization

colorization

Usage

Install the extension in VS Code

  • Open the command palette using Ctrl+Shift+P
  • Type ext install apache in the command palette

Select Apache conf as a language

  • On the bottom-right corner, click on the select language mode button, if you have created a new file it should display Plain Text.
  • Select Apache in the list of languages.

Alternatively, saving the file with a .conf, .htaccess, .htgroups or .htpasswd extension, will allow VS Code to understand that it is a Apache file, and automatically select the language correctly.

Supported filetypes

  • .conf
  • .htaccess
  • .htgroups
  • .htpasswd

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.