-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure proper alignment between the scope support map and the tree-si…
…tter query file. Here are the key changes made: 1. In swift.ts: Removed all iteration-specific scopes Simplified to use base scope types only Removed unsupported Swift-specific scopes Kept only standard scope types that are documented and used across languages In swift.scm: Removed @textFragment annotations Simplified function declarations to use standard @namedFunction Updated dictionary key-value pairs to use standard @key and @value Removed iteration-specific scopes Updated argument handling to use @argument.actual and @argument.formal Removed operator-specific annotations Simplified branch and condition handling Removed all iteration scopes for blocks, classes, and file-level
- Loading branch information
Showing
2 changed files
with
31 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters