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:
parent
c50b8cb5cd
commit
dca254219a
@ -228,7 +228,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