1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/docs/layers/lang/autohotkey.md

34 lines
569 B
Markdown
Raw Normal View History

---
title: "SpaceVim lang#autohotkey layer"
2019-02-03 20:51:01 +08:00
description: "This layer adds AutohotKey language support to SpaceVim."
---
2018-08-06 21:45:13 +08:00
# [Available Layers](../../) >> lang#autohotkey
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
2019-02-03 20:51:01 +08:00
This layer adds AutohotKey language support to SpaceVim.
## Features
- syntax highlighting
- code completion
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#autohotkey"
```