Skip to content

ratijas/QML

This branch is 30 commits behind SublimeText/QML:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33a1919 · Aug 15, 2022

History

77 Commits
Jun 19, 2022
Jun 19, 2022
Aug 14, 2022
Aug 15, 2022
Jul 24, 2022
Aug 25, 2013
Jun 19, 2022
Aug 14, 2022
Aug 14, 2022
Aug 15, 2022

Repository files navigation

logo

QML for Sublime Text

Syntax Tests Package Control

About

This is a Sublime Text & Sublime Merge package that adds support for the Qt/QML ecosystem.

This package provides the following features:

  • Complete syntax highlighting for QML and qmldir files.
  • GoTo indexing for ids, property declarations and inline components.
  • Snippets for commonly used properties and types.

Installation

The easiest way to install this plugin, is to use the Package Control plugin.

  • Open up the command palette: Ctrl+Shift+P (Linux, Windows) / Cmd+Shift+P (OS X)
  • Search for Package Control: Install Package
  • Search for QML
  • Hit Enter

Using Git

Go to your Sublime Text Packages directory and clone the repository using the command below:

$ git clone https://github.com/SublimeText/QML

Manual Download

  • Download the files using the .zip download option
  • Unzip the files (and rename the folder to QML if needed)
  • Copy the folder to your Sublime Text Packages directory

License

This package is licensed under the MIT License.