3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript3,497 forks (3,497 forks)batch import
enhancementgood first issuehelp welcome
Repository metrics
- Stars
- 22,960 stars (22,960 stars)
- PR merge metrics
- Avg merge 6m (Avg merge 6m)2 merged PRs in 30d (2 merged PRs in 30d)
Description
Types are mixed in with keywords and should be split out.
Contributor guide
- Research direction
- Inspect the Objective C grammar file (languages/objc.js) to identify keywords that should be classified as types (e.g., class, protocol, category names). Move them from the 'keyword' list to the 'type' list in the grammar definition.
- Tech stack
- javascript
- Domain
- developer experience
- Issue type
- Bug
- Prerequisites
- GitJavaScript