syntax: Prepare a concrete signature example for C++

This commit is contained in:
Jöran Karl 2023-10-26 20:24:21 +02:00
parent 93151f8109
commit 2aa386f455

View file

@ -1,7 +1,8 @@
filetype: c++
detect:
filename: "(\\.c(c|pp|xx)$|\\.h(h|pp|xx)$|\\.ii?$|\\.(def)$)"
filename: "(\\.c(c|pp|xx)$|\\.h(h|pp|xx)?$|\\.ii?$|\\.(def)$)"
signature: "namespace|template|public|protected|private"
rules:
- identifier: "\\b[A-Z_][0-9A-Z_]*\\b"