Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TextileNew to Visual Studio Code? Get it now.
Textile

Textile

idleberg

|
13,587 installs
| (1) | Free
Syntax highlighting and snippets for the Textile markup language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-textile

The MIT License GitHub Visual Studio Marketplace CircleCI David

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.textile

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.textile

Packaged Extension

Download the packaged extension from the the release page and install it from the command-line:

$ code --install-extension path/to/textile-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or using the ovsx command-line tool:

$ ovsx get idleberg.textile

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as textile:

$ git clone https://github.com/idleberg/vscode-textile textile

License

If not otherwise specified (see below), files in this repository fall under the following license:

Permission to copy, use, modify, sell and distribute this
software is granted. This software is provided "as is" without
express or implied warranty, and with no claim as to its
suitability for any purpose.

An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft