Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmlnc/vscode-apache
:electric_plug: Apache conf syntax highlighting for VS Code.
https://github.com/mrmlnc/vscode-apache
apache visual-studio-code vscode vscode-extension
Last synced: 2 months ago
JSON representation
:electric_plug: Apache conf syntax highlighting for VS Code.
- Host: GitHub
- URL: https://github.com/mrmlnc/vscode-apache
- Owner: mrmlnc
- License: mit
- Created: 2016-05-17T10:44:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T19:39:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T23:10:48.015Z (3 months ago)
- Topics: apache, visual-studio-code, vscode, vscode-extension
- Homepage: https://goo.gl/dQDO1T
- Size: 14.6 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache conf syntax support for VS Code
> Syntax highlighing for Apache conf files in Visual Studio Code. Ported from [ApacheConf.tmLanguage](https://github.com/colinta/ApacheConf.tmLanguage).
## Donate
If you want to thank me, or promote your issue.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/mrmlnc)
> :heart: I will be glad to see your support and PR's.
## Colorization
![colorization](https://cloud.githubusercontent.com/assets/7034281/15320929/ea8feb28-1c3b-11e6-9c70-f3a5cb353c73.png)
## 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](https://github.com/mrmlnc/vscode-apache/releases) for changelogs for each release version.
## License
This software is released under the terms of the MIT license.