1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00

Change matchit plugin to use HTML patterns in unrecognized files

This commit is contained in:
chylex 2022-06-18 19:59:56 +02:00
parent acc12c5b17
commit f464d25844
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -233,7 +233,7 @@ private object FileTypePatterns {
} else if (fileTypeName == "CMakeLists.txt" || fileName == "CMakeLists") {
this.cMakePatterns
} else {
return null
this.htmlPatterns
}
}