---
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"
```