Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.11 KB

File metadata and controls

31 lines (24 loc) · 1.11 KB

Text Forge XML Mode

Official XML (Extensible Markup Language) mdoe for Text Forge code editor


XML Mode is a lightweight and functional mode for Text Forge code editor. It's a part of official Text Forge modes.

Mode Features

  • Updated to Text Forge Mode API V2.2
  • Outline system with all tags
  • Simple code highlighter
  • Simple code completion with current file tags
  • Advanced auto formatting
  • Parse linting support

Setup

Supports Text Forge 0.2 and newer versions.

Method 1: From releases

  • Download xml.tfmode file from releases.
  • Open Text Forge and go to Settings > Mode Manager > Import Mode and select mode file.
  • Mode is ready to use. Please restart editor for safer experience.

Method 2: From repo

  • Download repo as zip and extract it.
  • Open editor data folder (use Settings > Open Data Folder)
  • Copy modes/ folder content to data modes/.
  • Restart editor.

Development

This project is under Text Forge organization and MIT license, so all contribution and development process is same as Text Forge project, for more information see online docs.