You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
empty `rules: []` definitions are removed from all syntax files, since
41
-
`rules` are no longer mandatory.
42
-
Unfortunately they are mandatory for `micro` versions up to and including `v2.0.14`.
43
-
44
-
To use newer syntax definitions from this repository with older `micro` versions
45
-
you have to add these `rules: []` to all regions not including `rules` already.
46
-
Otherwise you need to use syntax definitions before the above mentioned PR
47
-
for example from version [v2.0.14](https://github.com/zyedidia/micro/tree/v2.0.14).
48
-
49
36
# Using with colorschemes
50
37
51
38
Not all of these files have been converted to use micro's colorscheme feature. Most of them just hardcode the colors, which can be problematic depending on the colorscheme you use.
0 commit comments