vim-patch:9.0.0897: Clinical Quality Language files are not recognized (#21094)

Problem:    Clinical Quality Language files are not recognized.
Solution:   Add the "*.cql" pattern. (Matthew Gramigna, closes vim/vim#11452)

12babe45a3

Co-authored-by: mgramigna <mgramigna@mitre.org>
This commit is contained in:
Matthew Gramigna
2022-11-17 18:39:31 -05:00
committed by GitHub
parent 510429fc5c
commit 523b1943c3
2 changed files with 2 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ local extension = {
cc = function(path, bufnr)
return vim.g.cynlib_syntax_for_cc and 'cynlib' or 'cpp'
end,
cql = 'cqlang',
crm = 'crm',
csx = 'cs',
cs = 'cs',