Commit 60e179e
committed
Revert "Move overlay to Cache directory"
This reverts commit 1052bf7.
Due to resources within Cache/ being loaded before Packages/, alias syntaxes'
file extension specifications didn't always take desired precedence over default
syntaxes. Hence overlay package location needs to be reverted, to ensure
expected icons to be displayed.
Example:
Python/Python.sublime-syntax is assigned to ".bzl" file extension.
A File Icon ships a Python (Bazel).sublime-syntax with a dedicated source.bazel
scope associated with ".bzl" extension as well.
For the latter to take precedence, it must be loaded after Python, which isn't
the case, when located in Cache/, regardless the "zzz A File Icon" package name.1 parent 1cb9584 commit 60e179e
2 files changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
0 commit comments