pull/212/head
M66B 3 years ago
parent 3ad604c3f8
commit d9a06ff4d8

@ -2718,6 +2718,7 @@ $$lowpriority$ (since version 1.1958)
$$highpriority$ (since version 1.1958) $$highpriority$ (since version 1.1958)
$$signed$ (since version 1.1981) $$signed$ (since version 1.1981)
$$encrypted$ (since version 1.1981) $$encrypted$ (since version 1.1981)
$$aligned$ (since version 1.2049)
``` ```
Note that *regex* should be disabled and that there should be no white space. Note that *regex* should be disabled and that there should be no white space.

@ -230,7 +230,8 @@ public class FragmentRule extends FragmentBase {
"$$lowpriority$", "$$lowpriority$",
"$$highpriority$", "$$highpriority$",
"$$signed$", "$$signed$",
"$$encrypted$" "$$encrypted$",
"$$aligned$"
)); ));
@Override @Override

Loading…
Cancel
Save