summaryrefslogtreecommitdiff
path: root/README.md
blob: 8ab09cfa399c2e80924d3116c49cf6188cc9909e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## qml-mode.el
*Major mode for editing QT Declarative (QML) code.*

---
[![License GPLv2](https://img.shields.io/badge/license-GPL_v2-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
[![MELPA](http://melpa.org/packages/qml-mode-badge.svg)](http://melpa.org/#/qml-mode)
[![MELPA Stable](http://stable.melpa.org/packages/qml-mode-badge.svg)](http://stable.melpa.org/#/qml-mode)


qml-mode is major-mode for editing Qt Declarative (QML) code.


### Installation


If you have `melpa` and `emacs24` installed, simply type:

     M-x package-install qml-mode

Add following lines to your init file:

     (autoload 'qml-mode "qml-mode" "Editing Qt Declarative." t)
     (add-to-list 'auto-mode-alist '("\\.qml$" . qml-mode))

### ChangeLog

0.4

  * Add QML component id highlighter
  * Add basic types provided by QML modules as property keyword

0.3

  * rewrite based on js-mode.

0.2

  * rewrite based on generic-mode.

0.1

  * first version fork from cataska/qml-mode.

### Function Documentation


#### `(qml-beginning-of-defun)`

Value of ‘beginning-of-defun-function’ for ‘qml-mode’.

#### `(qml-end-of-defun)`

Value of ‘end-of-defun-function’ for ‘qml-mode’.

-----
<div style="padding-top:15px;color: #d0d0d0;">
Markdown README file generated by
<a href="https://github.com/mgalgs/make-readme-markdown">make-readme-markdown.el</a>
</div>