Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alefragnani/vscode-language-rtf
RTF Language Extension for Visual Studio Code
https://github.com/alefragnani/vscode-language-rtf
rtf visual-studio-code vscode vscode-extension
Last synced: about 2 months ago
JSON representation
RTF Language Extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/alefragnani/vscode-language-rtf
- Owner: alefragnani
- License: mit
- Created: 2016-07-13T00:42:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T00:44:54.000Z (4 months ago)
- Last Synced: 2024-10-13T01:34:34.589Z (2 months ago)
- Topics: rtf, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.68 MB
- Stars: 25
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://vsmarketplacebadges.dev/version-short/alefragnani.rtf.svg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.rtf)
[![](https://vsmarketplacebadges.dev/downloads-short/alefragnani.rtf.svg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.rtf)
[![](https://vsmarketplacebadges.dev/rating-short/alefragnani.rtf.svg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.rtf)
[![](https://img.shields.io/github/actions/workflow/status/alefragnani/vscode-language-rtf/main.yml?branch=master)](https://github.com/alefragnani/vscode-language-rtf/actions?query=workflow%3ACI)# What's new in RTF 2.8
* Published to **Open VSX**
* Adds **Web** support
* Adds **Workspace Trust** support
* Adds **Virtual Workspaces** support
* Adds **Remote Development** support# Support
**RTF** is an open source extension created for **Visual Studio Code**. While being free and open source, if you find it useful, please consider supporting it.
# RTF for Visual Studio Code
**RTF** is an open source extension created for **Visual Studio Code**. While being free and open source, if you find it useful, please consider supporting it.
It adds support for the **RTF (Rich Text Format)** language, and provides:
* Syntax highlighting
* Bracket matching![syntax](images/vscode-rtf-syntax.png)
## Compatibility
The extension is based on a basic set of instructions defined in [RTF Specification version 1.9.1](https://www.microsoft.com/en-us/download/details.aspx?id=10725).
# License
[MIT](LICENSE.md) © Alessandro Fragnani