[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emacs-editorconfig 599d3791e45 147/364: Add document about file_
From: |
Stefan Monnier |
Subject: |
scratch/emacs-editorconfig 599d3791e45 147/364: Add document about file_type_emacs property |
Date: |
Tue, 18 Jun 2024 01:40:50 -0400 (EDT) |
branch: scratch/emacs-editorconfig
commit 599d3791e45fc1be2c7d96661646a5a2ff16ca14
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@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 77fff426920..e99f033618c 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
- scratch/emacs-editorconfig 663019d341f 112/364: Print line number and its content on parse error (#95), (continued)
- scratch/emacs-editorconfig 663019d341f 112/364: Print line number and its content on parse error (#95), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 8a5e621265c 118/364: Avoid asking coding system when not specified (#102), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 79bcc708530 120/364: Revert "Use truename for editorconfig name" (#106), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 4e8ed00b9af 121/364: Modify defgroup tag, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 426699c7c79 133/364: Add more plugin tests, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 61911bc92d7 140/364: Fix assignment to free variable warnings, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 4cda53e796b 142/364: Add support for feature mode. (#128), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig a3242c35afc 141/364: Update editorconfig-conf-mode lighter text, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 71fc634a96a 143/364: Set `fill-column` directly, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 12af7738a0a 145/364: Add function to open nearest .editorconfig file (#131), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 599d3791e45 147/364: Add document about file_type_emacs property,
Stefan Monnier <=
- scratch/emacs-editorconfig 276097b6356 151/364: Add apache-mode support (#135), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 4336c8bde83 156/364: Add two test cases for fnmatch, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 816bab2d5b6 158/364: Add csharp-mode support (#154), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 6b92956a844 159/364: Add variable to disable indent_size when conditions are met for lisp, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 5db2fd4c8ab 161/364: Add make info target, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 427ddeed978 164/364: Add doc/.gitignore, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 14fbef76179 169/364: Update texi, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig b3fbb8cb2bc 165/364: Fix Makefile, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 61384245f0e 167/364: Remove .info and add .texi, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 87fbfa3cea9 171/364: Remove unused variable, Stefan Monnier, 2024/06/18