Samples:
(modify-syntax-entry ?\>"" st) ; character not insert spacen next to string
(modify-syntax-entry ? \> (if vhdl-underscore-is-part-of-word "w" "_")
st) ; erroneous space between ? and \>
Currently, Semantic can’t regonize a list of variables with the same type properly. For example:
int x, y;
semantic-current-tag
only returns tag y
.
I need to write a function to break such list into proper variable tags.