Texinfo language support for Visual Studio Code. https://sv.nongnu.org/p/vscode-texinfo
Go to file
CismonX f5723615e7
Support command snippets. Update README.
2020-10-12 03:27:53 +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 Support command snippets. Update README. 2020-10-12 03:27:53 +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 Support command snippets. Update README. 2020-10-12 03:27:53 +08:00
language-configuration.json initial commit 2020-10-04 02:04:18 +08:00
package-lock.json update 2020-10-11 01:36:05 +08:00
package.json update 2020-10-11 01:36:05 +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...)
Block 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