Skip to content

Commit

Permalink
fix spanish question marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Mar 2, 2024
1 parent 7da1e87 commit e70e26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spanish.ron
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
accent: {
"question mark": (
rules: {
r"^[^?]+\?$": {"Literal": "¿$0"},
r"(\s*)([^?]+)\?": {"Literal": "$1¿$2?"},
},
),
"main": (
Expand Down

0 comments on commit e70e26f

Please sign in to comment.