source: frontend/node_modules/jsonpath/lib/dict.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 241 bytes
Line 
1module.exports = {
2 identifier: "[a-zA-Z_]+[a-zA-Z0-9_]*",
3 integer: "-?(?:0|[1-9][0-9]*)",
4 qq_string: "\"(?:\\\\[\"bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^\"\\\\])*\"",
5 q_string: "'(?:\\\\[\'bfnrt/\\\\]|\\\\u[a-fA-F0-9]{4}|[^\'\\\\])*'"
6};
Note: See TracBrowser for help on using the repository browser.