diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-06-23 16:38:48 -0400 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-06-23 16:38:48 -0400 |
| commit | 66818f40225eb2c2722ba62a3743e478d9111b03 (patch) | |
| tree | 7dafd5994668a56578418ceea069bc7d8d020f18 /ftdetect/pvx.vim | |
Highlights comments, strings, labels, control flow, and the object
method-call operator; indents to match the convention encoded in
native-sage-connector's formatpvx.pl (one tab per block level).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'ftdetect/pvx.vim')
| -rw-r--r-- | ftdetect/pvx.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/pvx.vim b/ftdetect/pvx.vim new file mode 100644 index 0000000..8a07ca9 --- /dev/null +++ b/ftdetect/pvx.vim @@ -0,0 +1,2 @@ +" Detect ProvideX/PVX source files used by the Sage 100 connector. +au BufRead,BufNewFile *.pvxsrc setfiletype pvx |
