mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00

Problem: filetype: no support for its files
Solution: Add detection for *.its files as dts file type
(Brandon Maier)
The '*.its' file type is for U-Boot Flattened Image Trees (FIT) which
use the flattened devicetree format.
See https://github.com/u-boot/u-boot/blob/master/doc/usage/fit/source_file_format.rst#terminology
closes: vim/vim#14037
cf1d65e060
Co-authored-by: Brandon Maier <brandon.maier@collins.com>