Skip to content

Files

Latest commit

148c44f · Feb 1, 2025

History

History
27 lines (19 loc) · 987 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 987 Bytes

Sublime Text Experiments & MCVE

This repository is dedicated to testing, debugging, and documenting various aspects of Sublime Text, including indexing, file patterns, settings, and plugins.

📂 Repository Structure

The repo is divided into different folders, each focusing on a specific area of Sublime Text experimentation.

📝 How to Use This Repo

  • 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!

🎯 Goals

  • 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.