2018-08-06 21:41:44 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#autohotkey layer"
|
2022-05-19 01:12:23 +08:00
|
|
|
description: "AutohotKey language support for SpaceVim, including syntax highlighting and code completion"
|
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
|
|
|
|
|
2022-05-19 01:12:23 +08:00
|
|
|
This layer adds [AutohotKey](https://www.autohotkey.com/) language support to SpaceVim.
|
2018-08-06 21:41:44 +08:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
- code completion
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
To use this configuration layer, update your custom configuration file with:
|
2018-08-06 21:41:44 +08:00
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#autohotkey"
|
|
|
|
```
|
|
|
|
|