bfrg / vim-jq

Vim runtime files for jq (the command-line JSON processor)
28 stars 5 forks source link

Support syntaxcomplete plugin #4

Closed odnoletkov closed 4 years ago

odnoletkov commented 4 years ago

Built-in syntaxcomplete plugin doesn't provide completions from vim-jq syntax. From :help ft-syntax-omni:

The syntax plugin will only include syntax groups that begin with the filetype

Change prefix of all syntax groups from Jq... to jq... to resolve.

bfrg commented 4 years ago

Thank you.