1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:40:06 +08:00
SpaceVim/docs/cn/layers/lang/autohotkey.md

34 lines
659 B
Markdown
Raw Normal View History

2018-09-12 20:14:20 +08:00
---
title: "SpaceVim lang#autohotkey 模块"
description: "这一模块为 SpaceVim 提供了 Autohotkey 的开发支持,包括语法高亮和自动补全等功能。"
2019-10-04 14:13:51 +08:00
lang: zh
2018-09-12 20:14:20 +08:00
---
# [可用模块](../../) >> lang#autohotkey
<!-- vim-markdown-toc GFM -->
- [模块简介](#模块简介)
- [功能特性](#功能特性)
- [启用模块](#启用模块)
<!-- vim-markdown-toc -->
## 模块简介
这一个模块为 SpaceVim 提供了 Autohotkey 语言的开发支持。
2018-09-12 20:14:20 +08:00
## 功能特性
- 语法高亮
- 自动补全
## 启用模块
可通过在配置文件内加入如下配置来启用该模块:
```toml
[[layers]]
name = "lang#autohotkey"
```