mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
34 lines
568 B
Markdown
34 lines
568 B
Markdown
---
|
|
title: "SpaceVim lang#autohotkey layer"
|
|
description: "This layer adds autohotkey language support to SpaceVim"
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#autohotkey
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Features](#features)
|
|
- [Install](#install)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer adds autohotkey language support to SpaceVim.
|
|
|
|
## Features
|
|
|
|
- syntax highlighting
|
|
- code completion
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#autohotkey"
|
|
```
|
|
|