mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.0.2079: Not all Dart files detected
Problem: Not all Dart files detected
Solution: Add shebang filetype detection for Dart
closes: vim/vim#13449
c1c177a47b
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
@@ -1655,6 +1655,7 @@ local patterns_hashbang = {
|
||||
['^crystal\\>'] = { 'crystal', { vim_regex = true } },
|
||||
['^\\%(rexx\\|regina\\)\\>'] = { 'rexx', { vim_regex = true } },
|
||||
['^janet\\>'] = { 'janet', { vim_regex = true } },
|
||||
['^dart\\>'] = { 'dart', { vim_regex = true } },
|
||||
}
|
||||
|
||||
---@private
|
||||
|
||||
Reference in New Issue
Block a user