mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
feat: 移除文档语言配置,优化代码语言分类
This commit is contained in:
@@ -86,10 +86,6 @@ class Config:
|
||||
"c": {"extensions": [".c", ".h"], "tree_sitter_language": "c", "category": "code"},
|
||||
"cpp": {"extensions": [".cc", ".cpp", ".hpp", ".cxx"], "tree_sitter_language": "cpp", "category": "code"},
|
||||
"rust": {"extensions": [".rs"], "tree_sitter_language": "rust", "category": "code"},
|
||||
# Documentation languages (category: "doc")
|
||||
"markdown": {"extensions": [".md", ".mdx"], "tree_sitter_language": None, "category": "doc"},
|
||||
"text": {"extensions": [".txt"], "tree_sitter_language": None, "category": "doc"},
|
||||
"rst": {"extensions": [".rst"], "tree_sitter_language": None, "category": "doc"},
|
||||
}
|
||||
)
|
||||
parsing_rules: Dict[str, Dict[str, Any]] = field(
|
||||
|
||||
Reference in New Issue
Block a user