Pascal support (#3542)

This commit is contained in:
ath3 2022-08-26 00:59:02 +02:00 committed by GitHub
parent f0fb3407d2
commit 86a8ea57bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 409 additions and 0 deletions

View file

@ -0,0 +1,10 @@
(declType (declClass (declSection) @class.inside)) @class.around
(defProc body: (_) @function.inside) @function.around
(declArgs (_) @parameter.inside) @parameter.around
(exprArgs (_) @parameter.inside) @parameter.around
(comment) @comment.inside
(comment)+ @comment.around