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

HTML: introduce a specialized tokenizer for script areas #3598

Merged

Commits on Dec 17, 2022

  1. HTML: introduce a specialized tokenizer for script areas

    The original code used a html-aware tokenizer for reading
    tokens in <script>...</script> areas.
    
    As reported in universal-ctags#3581 and universal-ctags#3597, this original code could
    not recognize <script>...</script> areas in some cases.
    
    This change introduces a tokenizer specialized to script
    areas in addition to the original html-aware tokenizer.
    
    Close universal-ctags#3581.
    Close universal-ctags#3597.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    baef2cd View commit details
    Browse the repository at this point in the history