Texinfo language support for Visual Studio Code. https://sv.nongnu.org/p/vscode-texinfo
Go to file
CismonX d66287c8e5
Misc updates
2020-10-15 03:22:32 +08:00
assets Add icon. 2020-10-05 04:24:15 +08:00
scripts Fix prepare.sh 2020-10-04 02:27:44 +08:00
src Misc updates 2020-10-15 03:22:32 +08:00
.gitattributes Add icon. 2020-10-05 04:24:15 +08:00
.gitignore initial commit 2020-10-04 02:04:18 +08:00
.travis.yml initial commit 2020-10-04 02:04:18 +08:00
.vscodeignore update 2020-10-11 01:36:05 +08:00
CHANGELOG.md initial commit 2020-10-04 02:04:18 +08:00
LICENSE initial commit 2020-10-04 02:04:18 +08:00
README.md Misc updates 2020-10-15 03:22:32 +08:00
language-configuration.json initial commit 2020-10-04 02:04:18 +08:00
package-lock.json Misc updates 2020-10-15 03:22:32 +08:00
package.json Misc updates 2020-10-15 03:22:32 +08:00
tsconfig.json update 2020-10-11 01:36:05 +08:00

README.md

vscode-texinfo

Build Status MIT License

Texinfo language support for Visual Studio Code.

Features

Syntax Highlighting (Screenshots here...)
Code Completion (Screenshots here...)
Folding (Screenshots here...)
Display Preview (Screenshots here...)

Requirements

The "Display Preview" feature depends on the makeinfo command-line tool, which is part of GNU Texinfo.

Extension Settings

See File -> Preferences -> Settings -> Extensions -> Texinfo for details. The settings are self-explanatory.

Notes