fish.vim (216B)
1 " Last Change: 2 3 syntax region String start=/"/ skip=/\\"/ end=/"/ 4 syntax region Comment start=/#/ end=/$/ 5 6 syntax match Keyword /function/ nextgroup=Function 7 syntax match Keyword /end/ 8 syntax match Keyword /source/
nvim-config | |
Log | Files | Refs | Submodules | README |