Skip to content

Commit

Permalink
Add block comment configuration for PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-unglaub authored and the-mikedavis committed Feb 3, 2025
1 parent b8bfc44 commit 0ab403d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }

Expand Down

0 comments on commit 0ab403d

Please sign in to comment.