[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 588e0efe2a 347/351: feat: Add Svelte su
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 588e0efe2a 347/351: feat: Add Svelte support (#333) |
Date: |
Thu, 13 Jun 2024 18:39:09 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 588e0efe2aec86e34adcc14f78efc0d9a84718fd
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
feat: Add Svelte support (#333)
---
editorconfig.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/editorconfig.el b/editorconfig.el
index 7cf95c3e8c..79b229e36a 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -241,6 +241,7 @@ This hook will be run even when there are no matching
sections in
(scss-mode css-indent-offset)
(sgml-mode sgml-basic-offset)
(sh-mode sh-basic-offset sh-indentation)
+ (svelte-mode svelte-basic-offset)
(bash-ts-mode sh-basic-offset sh-indentation)
(tcl-mode tcl-indent-level
tcl-continued-indent-level)
- [nongnu] scratch/editorconfig-cc c1ff2ea574 260/351: Fix support for Emacs<26, (continued)
- [nongnu] scratch/editorconfig-cc c1ff2ea574 260/351: Fix support for Emacs<26, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0ddff16426 252/351: Update message format for version info, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e5bfa5284c 280/351: Do not init submodule in Makefile, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9ff08e2416 304/351: Update texi doc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 91feb336b0 295/351: Use flag instead of adding -2-mode for new version testing (#251), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b1b1aceb1 258/351: Disallow setting mode when it is not listed in whitelist, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 52b3c10158 300/351: Add some bug fixes to 20210221-testing (#258), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 96f8ad419e 303/351: Update debug message format (#261), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ad59db4e8b 330/351: Fix when-let (again) (#305), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cfb18f7650 346/351: Prepare v0.11.0 (#332), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 588e0efe2a 347/351: feat: Add Svelte support (#333),
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 480a6bba47 023/351: Fix some issues caused by the previous commit., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7a7e1544c9 027/351: Update a few links in the README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ff1b4c2f65 050/351: Fix editorconfig-core commentary text, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9d364c8059 197/351: Update doc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc bba8ddfa9b 198/351: Rename existing function set-major-mode -> set-major-mode-from-name, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 316b03ce21 196/351: Set major-mode from file_type_ext value, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 631e6b4ab8 199/351: Add file_type_ext to conf-mode keyword, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7f8265dd2a 204/351: Change hook name -custom-hooks -> -after-apply-functions, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7b99e4d58c 220/351: Bump version to 0.7.14 (#185), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 38ac903256 001/351: Erase initial commit content, Stefan Monnier, 2024/06/13