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

[CAL-24] Resolve language parsing issues #14

Merged
merged 1 commit into from
May 26, 2023
Merged

[CAL-24] Resolve language parsing issues #14

merged 1 commit into from
May 26, 2023

Conversation

jfcarter2358
Copy link
Owner

  • [CAL-24] Fixed language parsing
    • Fixed issues where Bash commands starting with Python keywords are identified as Python lines
      • E.g. openssl ... starts with open and so was identified as a Python line
    • Fixed issue where keyword functions were not correctly identified
      • E.g. print(...) when split by spaces does not have the first part equal to print and so was identified as a Bash line

…ied and word prefixes were interpreted as Python keywords
@jfcarter2358 jfcarter2358 merged commit 321cb95 into main May 26, 2023
@jfcarter2358 jfcarter2358 deleted the jc/CAL-24 branch May 26, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant