Unnamed repository; edit this file 'description' to name the repository.
Add block comment configuration for PHP
| -rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index f5cab197..a3cb0cfa 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 = " " } |