Hi
First of all, thank you for this fabulous extension, it is very useful.
In my project i use VIVADO and so, i need to create XDC file. This type of file is well detected by TerosHDL as "vivado xdc". But not all reserved words, properties or command are highlighted.
For example:
set_property IBUF_LOW_PWR FALSE [get_ports {ioDDR4_PL_DQS_N[1]}]
set_property OUTPUT_IMPEDANCE RDRV_40_40 [get_ports oDDR4_PL_CK_C_N]
Terms "IBUF_LOW_PWR_FALSE" and "OUTPUT_IMPEDANCE" are not highlighted.
I don't know if it is possible to add custom/personal terms in my vscode configuration or can the language can be updated ?
Best regards