mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-30 05:34:02 +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") {
|
} else if (fileTypeName == "CMakeLists.txt" || fileName == "CMakeLists") {
|
||||||
this.cMakePatterns
|
this.cMakePatterns
|
||||||
} else {
|
} else {
|
||||||
return null
|
this.htmlPatterns
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user