First Commit

This commit is contained in:
Fabian Stamm
2024-10-01 23:54:48 +02:00
commit 0dbd7474e6
8 changed files with 384 additions and 0 deletions

View File

@ -0,0 +1,4 @@
name = "JRPC"
grammar = "jrpc"
path_suffixes = ["jrpc"]
line_comments = ["// "]

View File

@ -0,0 +1,4 @@
(string) @string
(number) @number
(pair
key: (string) @property.name)

View File

@ -0,0 +1 @@
(object "}" @end) @indent