Constant seems only to be recognized when declared (const_spec). After it has been declared, it is treated just as a normal keyword.
I am pretty sure this is not mean to be the correct behavior? It seems impossible to change the highlight group for a constant that has already being declared.
Not sure if is possible but would be good to have it to be parsed as constant.
Also I have no clue how to implement that, but maybe with some direction and guidance I can start working on that.
Constant seems only to be recognized when declared (const_spec). After it has been declared, it is treated just as a normal keyword.
I am pretty sure this is not mean to be the correct behavior? It seems impossible to change the highlight group for a constant that has already being declared.
Not sure if is possible but would be good to have it to be parsed as constant.
Also I have no clue how to implement that, but maybe with some direction and guidance I can start working on that.