runtime(sdc): Add underscore to sdc flags in syntax file (#6201)
This commit is contained in:
		| @ -25,7 +25,7 @@ syn keyword sdcNonIdealities	set_load set_min_capacitance set_max_capacitance | |||||||
| syn keyword sdcCreateOperations	create_clock create_timing_netlist update_timing_netlist | syn keyword sdcCreateOperations	create_clock create_timing_netlist update_timing_netlist | ||||||
|  |  | ||||||
| " command flags highlighting | " command flags highlighting | ||||||
| syn match sdcFlags		"[[:space:]]-[[:alpha:]]*\>" | syn match sdcFlags		"[[:space:]]-[[:alpha:]_]*\>" | ||||||
|  |  | ||||||
| " Define the default highlighting. | " Define the default highlighting. | ||||||
| hi def link sdcCollections      Repeat | hi def link sdcCollections      Repeat | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user