Skip to content

Commit

Permalink
add new operators 'conj' and 'inv' to autocomplete word list
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Aug 6, 2023
1 parent 283ed04 commit 9540d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions words.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var keywords = []string{
"ceil",
"char",
"code",
"conj",
"cos",
"cosh",
"count",
Expand All @@ -36,6 +37,7 @@ var keywords = []string{
"imod",
"in",
"intersect",
"inv",
"iota",
"ivy",
"j",
Expand Down

0 comments on commit 9540d9f

Please sign in to comment.