vscode-texinfo/README.md

29 lines
995 B
Markdown
Raw Normal View History

2021-03-16 12:01:13 +00:00
<!--
Copyright (C) 2020,2021 CismonX <admin@cismon.net>
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and
this notice are preserved. This file is offered as-is, without any warranty.
-->
2020-10-03 18:04:18 +00:00
# vscode-texinfo
2021-02-09 09:12:29 +00:00
[![Build Status](https://shields.io/drone/build/CismonX/vscode-texinfo?server=https%3A%2F%2Fdrone.cismon.net)](https://drone.cismon.net/CismonX/vscode-texinfo)
2021-03-17 12:15:30 +00:00
[![License](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](LICENSE)
2020-10-03 18:28:19 +00:00
2021-03-17 12:15:30 +00:00
## About
2020-10-03 18:04:18 +00:00
2021-04-12 12:32:24 +00:00
vscode-texinfo is an extension of Visual Studio Code which aims at improving user experience for editing Texinfo documents.
2020-10-03 18:04:18 +00:00
2021-03-17 12:15:30 +00:00
Major features include:
* Syntax Highlighting
* Code Completion
* HTML Preview
2021-04-12 12:32:24 +00:00
* Block Folding
* Breadcrumb Navigation
2021-03-17 12:15:30 +00:00
* Diagnostics
2021-04-12 12:32:24 +00:00
## Getting Started
For instructions about how to install, use, and contribute to vscode-texinfo, see the [online user manual](https://nongnu.org/vscode-texinfo/manual).