Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more lightweight cc-mode scanning function for js2-mode
`scan-identifiers` isn't the best scan-fn (see also ankurdave#94) as it moves not just through changed properties. Let's use the cc-mode one, which goes exclusively through face changes while searching for declared identifiers. Fixes: ankurdave#40
- Loading branch information