mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
Update runtime files
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
" Vim syntax file
|
||||
" Language: dts/dtsi (device tree files)
|
||||
" Maintainer: Daniel Mack <vim@zonque.org>
|
||||
" Last Change: 2021 May 15
|
||||
" Last Change: 2022 Jun 14
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
let b:current_syntax = 'dts'
|
||||
|
||||
syntax region dtsComment start="/\*" end="\*/"
|
||||
syntax match dtsReference "&[[:alpha:][:digit:]_]\+"
|
||||
|
||||
Reference in New Issue
Block a user