Skip to content

Commit dcd4019

Browse files
committed
Add support for Zig source files
1 parent b6e9a13 commit dcd4019

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The server supports multiple programming languages and file extensions including
4444
- Rust (.rs)
4545
- Scala (.scala)
4646
- Shell scripts (.sh, .bash)
47+
- Zig (.zig)
4748
- Web files (.html, .css, .scss, .less, .sass, .stylus, .styl)
4849
- Template engines (.hbs, .handlebars, .ejs, .pug)
4950
- **Database & SQL**:

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- Rust (.rs)
4545
- Scala (.scala)
4646
- Shell 指令碼 (.sh, .bash)
47+
- Zig (.zig)
4748
- Web 檔案 (.html, .css, .scss, .less, .sass, .stylus, .styl)
4849
- 模板引擎 (.hbs, .handlebars, .ejs, .pug)
4950
- **資料庫與 SQL**

src/code_index_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
supported_extensions = [
3131
'.py', '.js', '.ts', '.jsx', '.tsx', '.java', '.c', '.cpp', '.h', '.hpp',
3232
'.cs', '.go', '.rb', '.php', '.swift', '.kt', '.rs', '.scala', '.sh',
33-
'.bash', '.html', '.css', '.scss', '.md', '.json', '.xml', '.yml', '.yaml',
33+
'.bash', '.html', '.css', '.scss', '.md', '.json', '.xml', '.yml', '.yaml', '.zig',
3434
# Frontend frameworks
3535
'.vue', '.svelte', '.mjs', '.cjs',
3636
# Style languages

0 commit comments

Comments
 (0)