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

Remove punctuation from SCSS classes & identifers #3410

Merged
merged 1 commit into from
Jun 17, 2022

Commits on Jun 17, 2022

  1. SCSS: remove punctuation from classes & identifiers

    Prevent appended pseudos as well. This should make the tags file output
    more consistent with other language parsers, where the identifiers are
    more important than the delimiters that denote their types. This aids
    completion in existing tools and across languages (like HTML) where the
    delimiters are not used.
    
    Closes universal-ctags#3409
    Roy-Orbison committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    15434fe View commit details
    Browse the repository at this point in the history