1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-21 07:15:46 +02: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 db3d3fc608
commit 7ac743c604
Signed by: chylex
SSH Key Fingerprint: SHA256:WqM8X/1DDn11LbYM0H5wsqZUjbcKxVsic37L+ERcF4o

View File

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