Support for the FreeMonoTengwar font and ConScript encoding
[tengwarjs.git] / punctuation.js
1
2 module.exports = {
3 "-": "comma",
4 ",": "comma",
5 ":": "comma",
6 ";": "full-stop",
7 ".": "full-stop",
8 "!": "exclamation-point",
9 "?": "question-mark",
10 "(": "open-paren",
11 ")": "close-paren",
12 ">": "flourish-left",
13 "<": "flourish-right"
14 };
15