--- title: "SpaceVim lang#autohotkey layer" description: "AutohotKey language support for SpaceVim, including syntax highlighting and code completion" --- # [Available Layers](../../) >> lang#autohotkey - [Description](#description) - [Features](#features) - [Install](#install) ## 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" ```