-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
TextMate integration? #3118
Copy link
Copy link
Closed
Labels
area: repository toolingconcerning ease of contributionconcerning ease of contributiongood first issuenew contributors should look here!new contributors should look here!type: choregenerally involving deps, tooling, configuration, etc.generally involving deps, tooling, configuration, etc.
Metadata
Metadata
Assignees
Labels
area: repository toolingconcerning ease of contributionconcerning ease of contributiongood first issuenew contributors should look here!new contributors should look here!type: choregenerally involving deps, tooling, configuration, etc.generally involving deps, tooling, configuration, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It appears Mocha's repo sports an unadvertised TextMate integration that can be installed using
make tm.Why is TextMate the only editor or IDE with an integration directly maintained as part of Mocha itself?
Can we move this out into its own repo? (Would that be semver-major? The install is with
makeinstead ofnpm runand it's only available in the first place if you clone the repo, not if younpm i mocha.)It doesn't seem like it's needed maintenance since I've been here, but it would be one fewer folders for new contributors to wonder about.