Skip to content

Commit 6d626c4

Browse files
authored
runtime(sdc): Add underscore to sdc flags in syntax file (#6201)
1 parent a0fddaa commit 6d626c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/syntax/sdc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ syn keyword sdcNonIdealities set_load set_min_capacitance set_max_capacitance
2525
syn keyword sdcCreateOperations create_clock create_timing_netlist update_timing_netlist
2626

2727
" command flags highlighting
28-
syn match sdcFlags "[[:space:]]-[[:alpha:]]*\>"
28+
syn match sdcFlags "[[:space:]]-[[:alpha:]_]*\>"
2929

3030
" Define the default highlighting.
3131
hi def link sdcCollections Repeat

0 commit comments

Comments
 (0)