Skip to content

Commit

Permalink
Merge pull request #919 from rsteube/style-zero-one
Browse files Browse the repository at this point in the history
style: added `0` and `1` to keywords
  • Loading branch information
rsteube committed Dec 23, 2023
2 parents fcdb7f2 + 25a1bc5 commit fed7d78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/style/keyword.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ package style
import "strings"

var keywords = map[string]*string{
"1": &Carapace.KeywordPositive,
"0": &Carapace.KeywordNegative,

"y": &Carapace.KeywordPositive,
"n": &Carapace.KeywordNegative,

Expand Down

0 comments on commit fed7d78

Please sign in to comment.