garymjr / nvim-snippets

Snippet support using native neovim snippets
MIT License
215 stars 13 forks source link

Initial implementation of vscode variables #21

Closed garymjr closed 3 months ago

garymjr commented 3 months ago

This adds most of the vscode variables available in the snippet spec. The following variables are yet to be implemented: TM_CURRENT_LINE, TM_CURRENT_WORD, TM_LINE_INDEX, TM_LINE_NUMBER.