diff options
Diffstat (limited to 'runtime/queries/typescript/rainbows.scm')
-rw-r--r-- | runtime/queries/typescript/rainbows.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/queries/typescript/rainbows.scm b/runtime/queries/typescript/rainbows.scm new file mode 100644 index 00000000..919061aa --- /dev/null +++ b/runtime/queries/typescript/rainbows.scm @@ -0,0 +1,19 @@ +; inherits: ecma + +[ + (import_require_clause) + (enum_body) + (lookup_type) + (parenthesized_type) + (object_type) + (type_parameters) + (index_signature) + (array_type) + (tuple_type) +] @rainbow.scope + +(type_arguments ["<" ">"] @rainbow.bracket) @rainbow.scope + +[ + "{|" "|}" +] @rainbow.bracket |