feat(C++ highlights): highlight operator_name as function

This commit is contained in:
Stephan Seitz 2020-09-08 21:09:51 +02:00 committed by Thomas Vigouroux
parent 985c5def34
commit 39d5b97bc5

View file

@ -48,6 +48,8 @@
name: (identifier) @constructor))
(#match? @constructor "^[A-Z]"))
(operator_name) @function
(call_expression
function: (scoped_identifier
name: (identifier) @function))