tree-sitter-gitcommit icon indicating copy to clipboard operation
tree-sitter-gitcommit copied to clipboard

Support typechange status

Open ObserverOfTime opened this issue 1 year ago • 1 comments

typechange: file type changed (regular file, symbolic link or submodule)

Example

#	typechange: after/ftplugin/svelte.vim

Parse tree

Current

  (generated_comment ; [13, 0] - [13, 39]
    (filepath) ; [13, 2] - [13, 13]
    (annotation)) ; [13, 14] - [13, 39]

Expected

  (generated_comment ; [13, 0] - [13, 39]
    (change ; [13, 2] - [13, 13]
      kind: (typechange)) ; [13, 2] - [13, 13]
    (filepath)) ; [13, 14] - [13, 39]

ObserverOfTime avatar Aug 02 '24 10:08 ObserverOfTime

Interesting ! I'll will try to do someting :)

gbprod avatar Aug 28 '24 07:08 gbprod

Fixed by #72 :)

gbprod avatar Oct 17 '24 08:10 gbprod