Skip to content

Commit 773b8d8

Browse files
committed
Adding php to the indexer
1 parent 1ac2d9b commit 773b8d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cocoindex_code/indexer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"**/*.mdx", # MDX
4040
"**/*.txt", # Plain text
4141
"**/*.rst", # reStructuredText
42+
"**/*.php", # PHP
4243
]
4344

4445
EXCLUDED_PATTERNS = [

0 commit comments

Comments
 (0)