diff --git a/languages.toml b/languages.toml index f5cab1979..a3cb0cfa1 100644 --- a/languages.toml +++ b/languages.toml @@ -1067,6 +1067,7 @@ file-types = ["php", "inc", "php4", "php5", "phtml", "ctp"] shebangs = ["php"] roots = ["composer.json", "index.php"] comment-token = "//" +block-comment-tokens = [{start = "/**", end = "*/"}, {start = "/*", end = "*/"}] language-servers = [ "intelephense" ] indent = { tab-width = 4, unit = " " }