gitextract_o5i93ar6/ ├── .gitignore ├── LICENSE ├── README.md ├── autoload/ │ ├── typst/ │ │ └── options.vim │ └── typst.vim ├── compiler/ │ └── typst.vim ├── ftdetect/ │ └── typst.vim ├── ftplugin/ │ └── typst.vim ├── indent/ │ └── typst.vim ├── syntax/ │ ├── typst-embedded.vim │ ├── typst-emoji.vim │ ├── typst-symbols.vim │ └── typst.vim └── tests/ ├── italic-bold.typ └── leaky-modes.typ