diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:29:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:29:04 +0200 |
| commit | 0e6205ebcb990fd57f5056c1cf5e9de1487be934 (patch) | |
| tree | c3c96a45874df6326965e3aada63c9e9184aeb8d /package.json | |
| parent | 4a1d56285559545a56cb7c79a0ea1564f01e09e5 (diff) | |
Update name
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 25bb248..d4772d4 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,12 @@ { "scope": "source.api-notation", "file-types": [ - "apinotation", "api" ], "highlights": [ "queries/highlights.scm" ], - "injection-regex": "^(apinotation|api-notation)$" + "injection-regex": "^(api|api_notation|api-notation)$" } ] } |