feat(parsers): add scheme parser

This commit is contained in:
Steven Sojka 2020-07-28 07:39:45 -05:00 committed by Steven Sojka
parent b8e3a2dc65
commit aaa24cc47a
4 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,8 @@
(string) @string
(capture) @type
(anonymous_node) @string
(named_node
name: (identifier) @variable
(field_definition
name: (identifier) @property))
(comment) @comment

View file

@ -0,0 +1 @@
(identifier) @reference