SQF Language
Sublime Text 2/3 highlighter for Bohemia Interactive's SQF Language.
Labels language syntax
Details
Installs
- Total 23K
- Win 18K
- Mac 3K
- Linux 2K
| Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 2 | 0 | 1 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 2 | 1 | 0 | 2 | 2 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text – SQF Syntax
Sublime Text syntax highlighting for Bohemia Interactive’s SQF scripting language.
Installation
Package Control (recommended)
- Open Sublime Text.
- Press
Ctrl+Shift+P(orCmd+Shift+Pon macOS) → Package Control: Install Package. - Search for SQF Language and press Enter.
Manual install
Clone into your Packages directory:
git clone https://github.com/JonBons/Sublime-SQF-Language.git "SQF Language"
Or add the repo to Package Control:
1. Ctrl/Cmd+Shift+P → Package Control: Add Repository
2. Enter https://github.com/JonBons/Sublime-SQF-Language/
3. Then use Install Package and select SQF Language.
Definition Updates
This repository includes a GitHub Action that checks the upstream SQF/Arma grammar definitions and regenerates artifacts automatically.
- Schedule: Every Saturday at 13:00 UTC (
0 13 * * 6). - It runs
generate_sqf_template.py, if changes are detected it commits the updatedSQF.tmLanguageand completions. The commit message includes the upstream version (from vlad333000/vscode-sqf) and the short commit hash of the upstream change.
Credits
- Language definitions: Generated from the excellent work in vlad333000/vscode-sqf.
The generator consumes:
sqf.tmLanguage.jsonarma-cfg.tmLanguage.json
Huge thanks to the maintainers and contributors of that project.
Contributing
Issues and PRs are welcome! If you’re tweaking keywords or scopes, please include example snippets so I can verify highlighting across common SQF patterns.