The .krsrc file basically has .ini-file structure, with sections per file extension.
Lately I've added detection of file-type (for highlight-engine enabling purposes, primarily) based upon file content (shebang: first line content analysis).
There is also extension-specific config (again mostly pertaining to display: colors) read from k.filesettings.
These are 3 independent systems, which really should be merged.
The .krsrc file basically has .ini-file structure, with sections per file extension.
Lately I've added detection of file-type (for highlight-engine enabling purposes, primarily) based upon file content (shebang: first line content analysis).
There is also extension-specific config (again mostly pertaining to display: colors) read from k.filesettings.
These are 3 independent systems, which really should be merged.