+KlasO #1 Posted November 13, 2021 Hello, Does anyone have Vim syntax highlighting files for Action!? 1 Quote Share this post Link to post Share on other sites
spicyjack #2 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 Share this post Link to post Share on other sites
+KlasO #3 Posted November 27, 2021 Thanks! Will look into this. Quote Share this post Link to post Share on other sites