This repository is dedicated to testing, debugging, and documenting various aspects of Sublime Text, including indexing, file patterns, settings, and plugins.
The repo is divided into different folders, each focusing on a specific area of Sublime Text experimentation.
- Each folder contains a
README.md
explaining its purpose. - Each experiment/issue/question has its own subfolder with:
description.md
: A clear problem statement or experiment goal.settings.json
: Relevant Sublime Text settings.test-files/
: Any sample files used to reproduce issues.
- Contributions and discussions are welcome!
- Understand indexing behavior and optimize performance.
- Experiment with file_patterns and
index_exclude_patterns
. - Debug and document plugin-related issues.
- Provide clear MCVE examples for Sublime Text supporters.