https://github.com/teatimeguest/vim-texlive-syntax
Moved to https://github.com/teatimeguest/tex-filetypes.nvim
https://github.com/teatimeguest/vim-texlive-syntax
latex tex texlive vim vim-plugin
Last synced: about 1 year ago
JSON representation
Moved to https://github.com/teatimeguest/tex-filetypes.nvim
- Host: GitHub
- URL: https://github.com/teatimeguest/vim-texlive-syntax
- Owner: teatimeguest
- License: mit
- Archived: true
- Created: 2022-08-31T18:01:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T11:13:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T11:57:06.158Z (over 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-texlive-syntax
> A Vim syntax plugin for TeX Live-related files,
> such as [texlive.profile][texlive-profile] and [DEPENDS.txt][depends-txt]
[![CI][ci-badge]][ci]
## Options
Some highlights for installation profiles can be disabled by options:
- ```vim
let g:texlive_profile_disable_legacy_options = 1
```
Disable highlighting of legacy options, such as `option_doc` and `portable`.
This implies `g:texlive_profile_disable_ignored_options = 1`.
- ```vim
let g:texlive_profile_disable_ignored_options = 1
```
Disable highlighting of ignored options,
such as `option_menu_integration` and `in_place`.
- ```vim
let g:texlive_profile_disable_windows_only_options = 1
```
Disable highlighting of Windows-only options,
such as `tlpdbopt_desktop_integration` and `option_w32_multi_user`.
## License
[MIT License](./LICENSE)
[ci]: https://github.com/teatimeguest/vim-texlive-syntax/actions/workflows/ci.yml
[ci-badge]: https://github.com/teatimeguest/vim-texlive-syntax/actions/workflows/ci.yml/badge.svg?branch=main
[depends-txt]: https://tug.org/texlive/pkgcontrib.html#deps
[texlive-profile]: https://tug.org/texlive/doc/install-tl.html#PROFILES