Currently the usage of a map keys, for variable injection into a translation string, are limited to \w characters. This leaves out the "-" character which is used in kebab-case, a staple of Clojure variable names. This pull request extends the capture group to include this "-". As a user of Tongue I expect to be able to use reasonably conventional keys when using this injection functionality.
Currently the usage of a map keys, for variable injection into a translation string, are limited to \w characters. This leaves out the "-" character which is used in kebab-case, a staple of Clojure variable names. This pull request extends the capture group to include this "-". As a user of Tongue I expect to be able to use reasonably conventional keys when using this injection functionality.