kbenzie / vim-spirv

A vim plugin for the Khronos Group's SPIR-V standard.
MIT License
30 stars 2 forks source link

Add folding support #5

Open kbenzie opened 7 years ago

kbenzie commented 7 years ago

For large SPIR-V modules which have multiple pair blocks, such as OpFunction/OpFunctionEnd it would be helpful to be able to fold sections which are not currently relevant away allowing the reader to focus on the point of interest.