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
Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 2 | 2 | 0 | 0 | 0 | 0 | 3 | 0 | 5 | 3 | 2 | 1 | 0 | 0 | 2 | 4 | 1 | 0 | 1 | 1 | 2 | 0 | 2 | 1 | 2 | 1 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | 2 | 1 | 1 | 1 | 2 | 1 | 0 | 0 | 1 | 0 |
Mac | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 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
+P
on 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.tmLanguage
and 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.json
arma-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.