summaryrefslogtreecommitdiff
path: root/queries/glsl.scm
blob: 870ebfbf04e9264f0955ee940923ba106cf414df (plain)
1
2
3
4
5
6
7
8
9
(function_definition
  type: (_) @ftype
  declarator: (function_declarator
    declarator: (identifier) @fname
    parameters: (parameter_list) @fparams))

(struct_specifier
  "struct" @ftype
  name: (type_identifier) @fname)