Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add g:vimtex_syntax_custom_envs #2756

Merged
merged 3 commits into from
Jul 16, 2023
Merged

Commits on Jul 12, 2023

  1. chore: refactor syntax#core#new_region_{env,math}

    Combine these into syntax#core#new_env and add option 'nested' to
    specify nested syntax regions. This allows some simplification and
    general improvements.
    lervag committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    10de95e View commit details
    Browse the repository at this point in the history
  2. feat(syntax): allow to create custom environment regions

    Adds a new option g:vimtex_syntax_custom_envs that allows to define
    syntax rules for custom environments in the same spirit as the
    corresponding g:vimtex_syntax_custom_cmds.
    
    refer: #2745
    lervag committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8d82185 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    6c5932a View commit details
    Browse the repository at this point in the history