Skip to content

topmark.filetypes.builtins package index

topmark / filetypes / builtins

Built-in FileType groups for TopMark.

This package contains the first-party file type definitions that ship with TopMark. Each submodule exports a FILETYPES list with concrete topmark.filetypes.model.FileType instances. The aggregator in instances.py concatenates these lists to build the runtime registry.

Attributes:

Name Type Description
(module) FILETYPES

Not defined here. Each submodule defines its own list of topmark.filetypes.model.FileType instances.

Immediate children in this package

topmark.filetypes.builtins.core_langs
Core, curly-brace, and compiled languages.
topmark.filetypes.builtins.data
Data and configuration formats.
topmark.filetypes.builtins.docs
Documentation and text artifacts.
topmark.filetypes.builtins.ops
Operations and infrastructure files.
topmark.filetypes.builtins.scripting
Scripting and interpreter-driven languages.
topmark.filetypes.builtins.web
Web and frontend assets.