ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

SQF Language

by JonBons ALL

Sublime Text 2/3 highlighter for Bohemia Interactive's SQF Language.

Details

  • 2025.09.29.01.59.01
  • github.​com
  • github.​com
  • 10 months ago
  • 1 hour ago
  • 14 years ago

Installs

  • Total 23K
  • Win 18K
  • Mac 3K
  • Linux 2K
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 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24
Windows 0 2 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 2 1 0 0 0 0 0 0 1 4 1 3 0 0 1 1 3 0 1 0 0 1 1 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Linux 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 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)

  1. Open Sublime Text.
  2. Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) → Package Control: Install Package.
  3. 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+PPackage 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 updated SQF.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.