fix(editorconfig): highlight properties with dashes

(cherry picked from commit bcf91761bf)
This commit is contained in:
ObserverOfTime
2023-07-20 10:53:49 +03:00
committed by github-actions[bot]
parent 40361818c1
commit 96dc2d559b

View File

@@ -1,7 +1,7 @@
runtime! syntax/dosini.vim
unlet! b:current_syntax
syntax match editorconfigUnknownProperty "^\s*\zs\w\+\ze\s*="
syntax match editorconfigUnknownProperty "^\s*\zs[a-zA-Z0-9_-]\+\ze\s*="
syntax keyword editorconfigProperty root
lua<<