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:
parent
db3d3fc608
commit
7ac743c604
@ -230,7 +230,7 @@ private object FileTypePatterns {
|
||||
} else if (fileTypeName == "CMakeLists.txt" || fileName == "CMakeLists") {
|
||||
this.cMakePatterns
|
||||
} else {
|
||||
return null
|
||||
this.htmlPatterns
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user