Improve JSON editor for iOS

This commit is contained in:
世界
2025-11-26 22:25:52 +08:00
parent 264c37218c
commit 3f1c716a0a
18 changed files with 3129 additions and 17 deletions
@@ -0,0 +1,15 @@
(number) @number
(comment) @comment
(member name: (_) @property)
(member value: (string) @string)
(member value: (number) @number)
(member value: ["true" "false" "null"] @constant.builtin)
(array ((string) @string))
(array (number) @number)
(array ["true" "false" "null"] @constant.builtin)
(ERROR) @error