Skip to content

Commit

Permalink
add new operators 'mix' and 'split' to autocomplete word list
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Aug 11, 2023
1 parent 3a5d772 commit 1911b4f
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 @@ -45,6 +45,7 @@ var keywords = []string{
"max",
"mdiv",
"min",
"mix",
"mod",
"nand",
"nor",
Expand All @@ -59,6 +60,7 @@ var keywords = []string{
"sgn",
"sin",
"sinh",
"split",
"sqrt",
"sys",
"take",
Expand Down

0 comments on commit 1911b4f

Please sign in to comment.