2018-08-06 21:41:44 +08:00
|
|
|
---
|
|
|
|
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:41:44 +08:00
|
|
|
---
|
|
|
|
|
2018-08-06 21:45:13 +08:00
|
|
|
# [Available Layers](../../) >> lang#autohotkey
|
2018-08-06 21:41:44 +08:00
|
|
|
|
|
|
|
<!-- 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.
|
2018-08-06 21:41:44 +08:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
- code completion
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#autohotkey"
|
|
|
|
```
|
|
|
|
|