Skip to content

Commit 3fd2fe3

Browse files
committed
Revert "doc: syntax: Add hint about incompatibilities to previous versions"
This reverts commit 02e69dd.
1 parent 0277516 commit 3fd2fe3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

runtime/syntax/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ Micro syntax files are almost identical to Nano's, except for some key differenc
3333
* Micro does not use `icolor`. Instead, for a case insensitive match, use the case insensitive flag (`i`) in the regular expression
3434
* For example, `icolor green ".*"` would become `color green "(?i).*"`
3535

36-
# Incompatibilities with older versions of micro
37-
38-
With PR [#3458](https://github.com/zyedidia/micro/pull/3458) resp. commit
39-
[a9b513a](https://github.com/zyedidia/micro/commit/a9b513a28adaaa7782505dc1e284e1a0132cb66f)
40-
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-
4936
# Using with colorschemes
5037

5138
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

Comments
 (0)