mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Minor script fix (#10857)
Fixes a minor error in the analyze highlight script. Release Notes: - N/A
This commit is contained in:
parent
a111b959d2
commit
d298df823f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user