1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-31 11:10:04 +08:00
SpaceVim/docs/layers/lang/autohotkey.md

34 lines
640 B
Markdown

---
title: "SpaceVim lang#autohotkey layer"
description: "AutohotKey language support for SpaceVim, including syntax highlighting and code completion"
---
# [Available Layers](../../) >> lang#autohotkey
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
<!-- vim-markdown-toc -->
## Description
This layer adds [AutohotKey](https://www.autohotkey.com/) language support to SpaceVim.
## Features
- syntax highlighting
- code completion
## Install
To use this configuration layer, update your custom configuration file with:
```toml
[[layers]]
name = "lang#autohotkey"
```