diff --git a/languages.toml b/languages.toml index 323835132ccee..f40d56c483ce0 100644 --- a/languages.toml +++ b/languages.toml @@ -1086,7 +1086,7 @@ source = { git = "https://github.com/camdencheek/tree-sitter-dockerfile", rev = name = "git-commit" scope = "git.commitmsg" roots = [] -file-types = ["COMMIT_EDITMSG"] +file-types = ["COMMIT_EDITMSG", "PULLREQ_EDITMSG"] comment-token = "#" indent = { tab-width = 2, unit = " " } rulers = [50, 72]