mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
vim-patch:9.1.2146: filetype: cel files are not recognized (#37834)
Problem: filetype: cel files are not recognized Solution: Detect *.cel files as cel filetype (Stefan VanBuren). Reference: https://cel.dev/e36c49febc/testing/src/test/resources/expressions/coverage_test_case/simple_expression.celd0d2dbabae/example.celcloses: vim/vim#19381fb5777fa20Co-authored-by: Stefan VanBuren <svanburen@buf.build>
This commit is contained in:
@@ -296,6 +296,7 @@ local extension = {
|
||||
cdl = 'cdl',
|
||||
toc = detect_line1('\\contentsline', 'tex', 'cdrtoc'),
|
||||
cedar = 'cedar',
|
||||
cel = 'cel',
|
||||
cfc = 'cf',
|
||||
cfm = 'cf',
|
||||
cfi = 'cf',
|
||||
|
||||
Reference in New Issue
Block a user