Syntax highlighting and symbol completions for qalculate scripts
| ftdetect | Init | |
| ftplugin | Init | |
| snippets | feat: degree symbol | |
| syntax | Match numbers before variables | |
| .gitattributes | Init | |
| example.png | Init | |
| README.md | Init | |
qalculate.vim
Vim plugin providing syntax highlighting and Unicode symbol completions (as snippets) for qalculate scripts.
There might be a lot of things missing. Issues and PRs are welcome.
Usage
Edit a file with an extension name of .qalc, and it should start working out of the box.
For completions, you will need a snippet engine which can be any of:
Installation
Using vim-plug:
Plug 'iffse/qalculate.vim'
Using packer.nvim:
use 'iffse/qalculate.vim'
Postscript
You may also want to use plugins that can enhance the REPL experience: