branch: scratch/editorconfig-cc
commit 60b51f311dbeb0e31b7a6877389ab8503b1c8b0f
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add document about file_type_emacs property
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 77fff42692..e99f033618 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,16 @@ Alternatively, you can find the package available on
 
 * `charset`
 * `max_line_length`
+* `file_type_emacs` (Experimental)
+
+This plugin also has an experimental support for `file_type_emacs`,
+which specifies "file types" for files.
+As for Emacs, it means `major-mode` can be specified: for example,
+when `file_type_emacs` is set to `markdown` for `a.txt`,
+`markdown-mode` will be enabled when opening `a.txt`.
+This propertiy is experimental and its meaning might change in
+the future updates.
+
 
 ## Customize
 

Reply via email to