support json type

This commit is contained in:
xj0
2022-02-08 14:58:13 +08:00
committed by LINxiansheng
parent 4b25bac8d0
commit e5f59ea074
241 changed files with 46116 additions and 749 deletions

View File

@ -1398,6 +1398,8 @@ BEGIN(in_c_comment);
"!="|"<>" {return COMP_NE;}
"<<" {return SHIFT_LEFT;}
">>" {return SHIFT_RIGHT;}
"->" {return JSON_EXTRACT;}
"->>" {return JSON_EXTRACT_UNQUOTED;}
"?" {
//use for outline now, means any value