1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-03 01:22:33 +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 c50b8cb5cd
commit dca254219a
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

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