Introduce support for C++

This commit is contained in:
Antonio Scandurra 2022-06-03 10:44:42 +02:00
parent 3ffbd56c65
commit d4da5135f4
12 changed files with 348 additions and 2 deletions

View file

@ -0,0 +1,3 @@
("[" @open "]" @close)
("{" @open "}" @close)
("\"" @open "\"" @close)