Works

nvim-mqsc-syntax 2026

A Neovim plugin that recognizes .mqsc files and highlights the commands, objects, attributes, strings, numbers, constants and comments used to administer IBM MQ.

The plugin uses standard Neovim highlight groups, allowing each colorscheme to control the final palette. It focuses on lexical highlighting rather than validation or language-server features.

  • Automatic .mqsc filetype detection
  • Highlight groups for MQSC commands, objects and attributes
  • Compatible with lazy.nvim, packer.nvim and vim-plug
  • MIT licensed
nvim-mqsc-syntax projectnvim-mqsc-syntax screenshot

© 2026 Rafael Gama. All Rights Reserved.

- Fork project based on www.craftz.dog