+KlasO Posted November 13, 2021 Share Posted November 13, 2021 Hello, Does anyone have Vim syntax highlighting files for Action!? 1 Quote Link to comment Share on other sites More sharing options...
spicyjack Posted November 23, 2021 Share Posted November 23, 2021 (edited) On 11/13/2021 at 2:41 AM, KlasO said: Does anyone have Vim syntax highlighting files for Action!? I started making some VIM syntax highlighting for both Action! and SpartaDOS X batch files in June, but I never finished. You're welcome to what I have so far. I know that the syntax highlighting breaks around math equations for example. https://github.com/spicyjack/atari8-syntax.vim Bonus, I created a set of VIM mappings to convert to/from ATASCII newline. Again, never got a chance to finish it. Some caveats about this set of scripts; the conversion from ATASCII to *NIX will append an extra newline, so that if you do a few conversions between ATASCII and *NIX line endings, you'll grow your original file with newline characters. I also nuked the text in my file if I left the cursor at the bottom of my file and converted from *NIX to ATASCII; a simple "undo" fixed it, but fair warning. https://github.com/spicyjack/atari8-tools.vim PRs welcome on either project. Thanks! Edited November 23, 2021 by spicyjack Added SpartaDOS X batch file note 2 Quote Link to comment Share on other sites More sharing options...
+KlasO Posted November 27, 2021 Author Share Posted November 27, 2021 Thanks! Will look into this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.