From ae19aaf1a65cf761e4669df8f7349cae6aad79e4 Mon Sep 17 00:00:00 2001 From: Yt Date: Mon, 9 May 2022 06:53:03 -0400 Subject: [PATCH] languages: add inc files to php (#2440) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 08dadb15b..bda195f2e 100644 --- a/languages.toml +++ b/languages.toml @@ -475,7 +475,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-bash", rev = "275ef name = "php" scope = "source.php" injection-regex = "php" -file-types = ["php"] +file-types = ["php", "inc"] shebangs = ["php"] roots = ["composer.json", "index.php"] language-server = { command = "intelephense", args = ["--stdio"] }