Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Commit: runtime(json5): add basic indent support (#14298)
4 views
Skip to first unread message
Christian Brabandt
unread,
Mar 26, 2024, 2:15:10 PM
3/26/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
runtime(json5): add basic indent support (#14298)
Commit:
https://github.com/vim/vim/commit/63833bb0217fbfd5556a77103bd6c1ce78cfd996
Author: Rocco Mao <
dapen...@qq.com
>
Date: Wed Mar 27 02:02:44 2024 +0800
runtime(json5): add basic indent support (
https://github.com/vim/vim/issues/14298
)
Signed-off-by: Rocco Mao <
dapen...@qq.com
>
Signed-off-by: Christian Brabandt <
c...@256bit.org
>
diff --git a/runtime/indent/json5.vim b/runtime/indent/json5.vim
new file mode 100644
index 000000000..5977a4b91
--- /dev/null
+++ b/runtime/indent/json5.vim
@@ -0,0 +1,11 @@
+" Vim indent file
+" Language: JSON5
+" Maintainer: The Vim Project <
https://github.com/vim/vim
>
+" Last Change: 2024-03-26
+
+if exists("b:did_indent")
+ finish
+endif
+
+" Same as jsonc indenting for now
+runtime! indent/jsonc.vim
Reply all
Reply to author
Forward
0 new messages