Skip to content

Commit 33a1919

Browse files
committed
Repo: Add messages for Package Control
1 parent 1545f0a commit 33a1919

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

messages.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"1.0.0": "messages/1.0.0.txt"
3+
}

messages/1.0.0.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
QML for Sublime Text 1.0 has been released!
2+
3+
Enjoy the complete rewrite of a syntax highlighter which is now so featureful
4+
and robust that it's fully capable of parsing even the most bizarre snippets
5+
with lesser known QML constructs. Use the built-in GoTo Definition action to
6+
locate objects by their id, property declarations and inline components!
7+
8+
Additionally,
9+
- all built-in enum values from QtQml, QtQuick, QtQuick.Dialogs and
10+
QtQuick.Controls, such as Text.AlignHCenter or StandardButton.Cancel are
11+
highlighted with a special different color,
12+
- signal handlers (including those defined as methods in Connections) are
13+
parsed, stripped from 'on' prefix and 'Changed' suffix (if any) such that
14+
some color schemes display the middle part (the actual property/signal
15+
name) as underlined or as different color.

0 commit comments

Comments
 (0)