1
0
Fork 0
mirror of synced 2024-05-19 03:53:30 +12:00

/= as not equals cv24 (closes #125)

This commit is contained in:
Nikita Prokopov 2020-10-10 22:38:43 +02:00
parent 89e0af072d
commit b67c841c35
2 changed files with 7 additions and 1 deletions

View file

@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
- `=<` as less than or equal `cv21` #34
- `=<` as less than or equal with horizontal bar `cv22` #34
- `>=` with a horizontal bar `cv23`
- `/=` as not equals `cv24` #125
- Moved `.-` into `dlig` #860 #1103
- Returned `[]` as `dlig`
- C-style compound assignment `>>=` `<<=` `||=` `|=` are not combined with equal sign by default. Old behavior is moved into `ss09` #974

View file

@ -1,7 +1,7 @@
{
.appVersion = "1346";
DisplayStrings = (
"<<=/space <=/space <<==/space <=</space <=>/space <<=\012>>=/space >>==\012||=/space ||==/space ||=|\012|=/space |==/space |=|/space =|="
"<<=/space <=/space <<==/space <=</space <=>/space <<=\012>>=/space >>==\012||=/space ||==/space ||=|\012|=/space |==/space |=|/space =|=\012//=\012!="
);
classes = (
{
@ -401,6 +401,11 @@ notes = "Name: Equal + Less Than with horizontal bar";
code = "sub greater_equal.liga by greater_equal.ss02;";
name = cv23;
notes = "Name: Greater Than + Equal with horizontal bar";
},
{
code = "lookup slash_equal_as_not_equal {\012 sub slash.spacer equal_end.seq' by exclam_equal.liga;\012 sub slash_equal_start.seq' equal_end.seq by slash.spacer;\012} slash_equal_as_not_equal;";
name = cv24;
notes = "Name: /= as not equal";
}
);
fontMaster = (