summaryrefslogtreecommitdiff
path: root/ftdetect
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2026-06-23 16:38:48 -0400
committerCalvin Morrison <calvin@pobox.com>2026-06-23 16:38:48 -0400
commit66818f40225eb2c2722ba62a3743e478d9111b03 (patch)
tree7dafd5994668a56578418ceea069bc7d8d020f18 /ftdetect
Add vim syntax and indent support for ProvideX/PVX source filesHEADmaster
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')
-rw-r--r--ftdetect/pvx.vim2
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