mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
- Trigger the `{grammar-package-name}:grammar-used` hook when grammar is set for tokenized-buffer
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
{
|
|
"name": "package-with-activation-hooks",
|
|
"version": "0.1.0",
|
|
"activationHooks": ['language-fictitious:grammar-used']
|
|
}
|