mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Pascal support (#3542)
This commit is contained in:
parent
f0fb3407d2
commit
86a8ea57bb
5 changed files with 409 additions and 0 deletions
10
runtime/queries/pascal/textobjects.scm
Normal file
10
runtime/queries/pascal/textobjects.scm
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue