pmat 3.17.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Extending Language Support

## Overview

Guide for adding new language support to PMAT.

## Process

1. Add tree-sitter grammar dependency
2. Implement language analyzer
3. Add tests
4. Update documentation

## Related Documentation

- [Language Support]./languages.md
- [Architecture]./architecture/polyglot-ast-architecture.md