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

enh(autodetect) tcl: improve autodetection #2865

Merged
merged 6 commits into from Feb 14, 2021

Commits on Feb 14, 2021

  1. enh(autodetect) tcl: fewer false positives on variables

    For languages with $ident and @Ident style variables this attempts
    to prevent positives for $ident$ and @Ident@ type expressions, which
    are likely something else entirely.
    
    - Improves TCL variable detection to be more explicit
    - Adds TCL variable detection tests
    joshgoebel committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    367bb85 View commit details
    Browse the repository at this point in the history
  2. tcl: fixup

    joshgoebel committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9cffe63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d6ae9 View commit details
    Browse the repository at this point in the history
  4. wip maybe

    joshgoebel committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    16ccfab View commit details
    Browse the repository at this point in the history
  5. fix tests

    joshgoebel committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7202e84 View commit details
    Browse the repository at this point in the history
  6. fix runaway regex

    joshgoebel committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    f607072 View commit details
    Browse the repository at this point in the history