vscode-texinfo/README.md

39 lines
910 B
Markdown
Raw Normal View History

2020-10-03 18:04:18 +00:00
# vscode-texinfo
2020-10-03 18:28:19 +00:00
[![Build Status](https://travis-ci.com/texinfo-lang/vscode-texinfo.svg)](https://travis-ci.com/github/texinfo-lang/vscode-texinfo)
2020-10-04 12:40:54 +00:00
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
2020-10-03 18:28:19 +00:00
2020-10-03 18:04:18 +00:00
Texinfo language support for Visual Studio Code.
## Features
<details>
<summary>Syntax Highlighting</summary>
(Screenshots here...)
</details>
<details>
<summary>Code Completion</summary>
(Screenshots here...)
</details>
<details>
2020-10-14 19:22:32 +00:00
<summary>Folding</summary>
(Screenshots here...)
</details>
<details>
<summary>Display Preview</summary>
(Screenshots here...)
</details>
2020-10-03 18:04:18 +00:00
## Requirements
The "Display Preview" feature depends on the `makeinfo` command-line tool, which is part of [GNU Texinfo](https://www.gnu.org/software/texinfo/).
2020-10-03 18:04:18 +00:00
## Extension Settings
See `File -> Preferences -> Settings -> Extensions -> Texinfo` for details. The settings are self-explanatory.
## Notes