summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorJordi AltayĆ³ <jordialtayo@gmail.com>2023-08-20 21:45:13 +0200
committerGitHub <noreply@github.com>2023-08-20 21:45:13 +0200
commit6d626c41842e2c3ab698338bbe5fcfcf0557ecd8 (patch)
treea7a3c0347a7becc6413ef976f8216d3afe2666f8 /runtime
parenta0fddaa2f4b7358484eb54ccdd1b7433d18a9039 (diff)
runtime(sdc): Add underscore to sdc flags in syntax file (#6201)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/syntax/sdc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/sdc.vim b/runtime/syntax/sdc.vim
index 0ca9becf73..dbfa35eeb6 100644
--- a/runtime/syntax/sdc.vim
+++ b/runtime/syntax/sdc.vim
@@ -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
" command flags highlighting
-syn match sdcFlags "[[:space:]]-[[:alpha:]]*\>"
+syn match sdcFlags "[[:space:]]-[[:alpha:]_]*\>"
" Define the default highlighting.
hi def link sdcCollections Repeat