runtime(sdc): Add underscore to sdc flags in syntax file (#6201)
Commit:
https://github.com/vim/vim/commit/6d626c41842e2c3ab698338bbe5fcfcf0557ecd8
Author: Jordi Altayó <[email protected]>
Date: Sun Aug 20 21:45:13 2023 +0200
runtime(sdc): Add underscore to sdc flags in syntax file
(https://github.com/vim/vim/issues/6201)
diff --git a/runtime/syntax/sdc.vim b/runtime/syntax/sdc.vim
index 0ca9becf7..dbfa35eeb 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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qXoc7-00AxbA-G9%40256bit.org.