We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fddaa commit 6d626c4Copy full SHA for 6d626c4
1 file changed
runtime/syntax/sdc.vim
@@ -25,7 +25,7 @@ syn keyword sdcNonIdealities set_load set_min_capacitance set_max_capacitance
25
syn keyword sdcCreateOperations create_clock create_timing_netlist update_timing_netlist
26
27
" command flags highlighting
28
-syn match sdcFlags "[[:space:]]-[[:alpha:]]*\>"
+syn match sdcFlags "[[:space:]]-[[:alpha:]_]*\>"
29
30
" Define the default highlighting.
31
hi def link sdcCollections Repeat
0 commit comments