summaryrefslogtreecommitdiff
path: root/doc/ale-qml.txt
diff options
context:
space:
mode:
authorP M <10617122+pylipp@users.noreply.github.com>2018-04-05 21:09:41 +0200
committerw0rp <w0rp@users.noreply.github.com>2018-04-05 21:09:41 +0200
commit85a2a008266f69847a3c7a9d38c16b779636ab30 (patch)
tree19504abe11cf715dadef67e613cbcb00ad604919 /doc/ale-qml.txt
parent912f632bf591377a69bf688f6a85668d93be8841 (diff)
downloadale-85a2a008266f69847a3c7a9d38c16b779636ab30.zip
Integration of qmlfmt linting tool (#1462)
* Add first qmlfmt support * Add GetCommand() function - pass --error/-e option * Add handle unittest - fix pattern regex - store col as integer * Update docs * Add command callback unit test
Diffstat (limited to 'doc/ale-qml.txt')
-rw-r--r--doc/ale-qml.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-qml.txt b/doc/ale-qml.txt
new file mode 100644
index 00000000..f6d715a1
--- /dev/null
+++ b/doc/ale-qml.txt
@@ -0,0 +1,18 @@
+===============================================================================
+ALE QML Integration *ale-qml-options*
+
+
+===============================================================================
+qmlfmt *ale-qml-qmlfmt*
+
+g:ale_qml_qmlfmt_executable *g:ale_qml_qmlfmt_executable*
+ *b:ale_qml_qmlfmt_executable*
+ Type: |String|
+ Default: `'qmlfmt'`
+
+ This variable can be set to change the path to qmlfmt.
+
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
+