Minor script fix (#10857)

Fixes a minor error in the analyze highlight script.

Release Notes:

- N/A
This commit is contained in:
Nate Butler 2024-04-22 13:05:41 -04:00 committed by GitHub
parent a111b959d2
commit d298df823f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ def main():
base_dir = Path(__file__).parent.parent
core_path = base_dir / 'crates/languages/src'
extension_path = base_dir / 'extensions/astro/languages'
extension_path = base_dir / 'extensions/'
core_instances = count_instances(find_highlight_files(core_path))
extension_instances = count_instances(find_highlight_files(extension_path))