Slurm Syntax Highlighter This is a Visual Studio Code extension that adds syntax highlighting for .slurm files. Slurm is a workload manager used in high-performance computing environments to schedule and manage jobs. This extension highlights Slurm keywords, object types, parameters, time, and other elements found in .slurm files. It also includes error highlighting for unmatched patterns, making it easier to spot syntax errors. Features Syntax highlighting for .slurm files Error highlighting for unmatched patterns Supports Visual Studio Code's built-in themes Installation Open Visual Studio Code Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the VS Code window or by pressing Ctrl+Shift+X on Windows or Cmd+Shift+X on Mac Search for "Slurm Syntax Highlighter" Click "Install" Reload Visual Studio Code by clicking the "Reload" button next to the extension or by pressing Ctrl+Shift+P on Windows or Cmd+Shift+P on Mac, typing "Reload Window", and selecting "Reload Window" from the dropdown menu. Usage Once installed, the extension will automatically highlight .slurm files. If you encounter any unmatched patterns, they will be highlighted as errors. Contributing Contributions are welcome! If you encounter any issues or would like to add a feature, please open an issue or pull request on GitHub. License This extension is licensed under the MIT License. |