Skip to content

Commit 7efd850

Browse files
committed
Update README and COPYRIGHT
1 parent 7567358 commit 7efd850

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2013 Sergey Kozlov
4+
Copyright (c) 2022 ivan (@ratijas) tkachenko
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy of
67
this software and associated documentation files (the "Software"), to deal in

README.md

+19-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
Sublime-QML
22
===========
33

4-
Sublime-QML adds Qt's QML support to the Sublime Text 2 and Sublime Text 3.
4+
About
5+
-----
56

6-
Sublime-QML can be installed as a standalone package or as a part of the
7-
[Sublime PySide](https://github.com/DamnWidget/SublimePySide).
7+
Sublime-QML is a [Sublime Text](https://www.sublimetext.com/) & [Sublime Merge](https://www.sublimemerge.com/) package which adds support for the [Qt/QML](https://en.wikipedia.org/wiki/QML) ecosystem.
88

9-
Features
10-
--------
9+
This package provides the following features:
1110

12-
The following features are provided:
11+
- Syntax highlighting for QML.
12+
- Snippets for commonly used properties and types.
13+
- [ ] Custom build system to run your scratches with either `qml` or `qmlscene`.
14+
- [ ] Automatic checking with QML linter `qmllint` every time you save a file.
1315

14-
* QML syntax highlighting.
15-
* Snippets for common actions.
16-
* Run the qmlscene via build system.
16+
Installation
17+
------------
18+
19+
Currently the new remastered package is in alpha, and cannot be installed via
20+
Package Control yet. If you want to try it out, close this repository
21+
(or download and unzip it) into Sublime Text's Packages folder.
22+
23+
License
24+
-------
25+
26+
This package is licensed under the MIT License.

0 commit comments

Comments
 (0)