if (keywords.indexOf(path.node.value.toLowerCase()) !== -1) {
            path.node.value += '_'
          }