.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ret / lib / types.js
1 module.exports = {
2   ROOT       : 0,
3   GROUP      : 1,
4   POSITION   : 2,
5   SET        : 3,
6   RANGE      : 4,
7   REPETITION : 5,
8   REFERENCE  : 6,
9   CHAR       : 7,
10 };