From 66818f40225eb2c2722ba62a3743e478d9111b03 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 23 Jun 2026 16:38:48 -0400 Subject: Add vim syntax and indent support for ProvideX/PVX source files 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 --- ftdetect/pvx.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftdetect/pvx.vim (limited to 'ftdetect/pvx.vim') 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 -- cgit v1.2.3