First Commit
This commit is contained in:
4
languages/jrpc/config.toml
Normal file
4
languages/jrpc/config.toml
Normal file
@ -0,0 +1,4 @@
|
||||
name = "JRPC"
|
||||
grammar = "jrpc"
|
||||
path_suffixes = ["jrpc"]
|
||||
line_comments = ["// "]
|
4
languages/jrpc/highlights.scm
Normal file
4
languages/jrpc/highlights.scm
Normal file
@ -0,0 +1,4 @@
|
||||
(string) @string
|
||||
(number) @number
|
||||
(pair
|
||||
key: (string) @property.name)
|
1
languages/jrpc/indents.scm
Normal file
1
languages/jrpc/indents.scm
Normal file
@ -0,0 +1 @@
|
||||
(object "}" @end) @indent
|
Reference in New Issue
Block a user