We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:end/aliases {}
:end/config {}
1 parent ca64d8b commit f83f475Copy full SHA for f83f475
CHANGELOG.org
@@ -1,6 +1,8 @@
1
#+TITLE: Changelog
2
3
* Unreleased
4
+** Added
5
+ - `:end/aliases {}` and `:end/config {}` as format tool friendly indicators of config section end
6
7
* 2023-10-17
8
** Added
deps.edn
@@ -918,3 +918,7 @@
918
;; --------------------------------------------------
919
920
#_()}}}
921
+
922
+ ;; Format tool friendly way to highlight end of configuration sections
923
+ :end/aliases {}}
924
+ :end/config {}}
0 commit comments