Skip to content

Commit

Permalink
Add matchit support for handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrb authored and Kevin Suen committed Jan 12, 2022
1 parent 3637022 commit fbdcbdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private object MatchitPatterns {

// Files that can contain HTML or HTML-like content.
// These are just the file types that have HTML Matchit support enabled by default in their Vim ftplugin files.
private val htmlLikeFileTypes = arrayOf("HTML", "XML", "XHTML", "JSP", "JavaScript", "JSX Harmony", "TypeScript", "TypeScript JSX")
private val htmlLikeFileTypes = arrayOf("Handlebars/Mustache", "HTML", "XML", "XHTML", "JSP", "JavaScript", "JSX Harmony", "TypeScript", "TypeScript JSX")

private val htmlPatternsTable = createHtmlPatternsTable()
private val rubyPatternsTable = createRubyPatternsTable()
Expand Down

0 comments on commit fbdcbdc

Please sign in to comment.