Update qb64.yaml

This commit is contained in:
visionmercer 2026-08-05 18:56:18 +02:00
commit 1e402d8b76

View file

@ -1,15 +1,9 @@
# QB64 Phoenix Edition (QB64-PE) syntax highlighting for the micro editor # QB64 syntax highlighting for the micro editor
# https://qb64phoenix.com/
#
# Every keyword below is taken explicitly, one-for-one, from the
# "QB64 Phoenix Edition - Complete Keyword Reference" (Sections 1-3).
# Nothing is matched by a generic wildcard pattern - each identifier
# is spelled out so highlighting exactly tracks the real keyword set.
#
# Install: copy this file to ~/.config/micro/syntax/qb64pe.yaml
# (Linux/macOS) or %USERPROFILE%\.config\micro\syntax\qb64pe.yaml (Windows)
filetype: qb64pe # Install: copy this file to ~/.config/micro/syntax/qb64.yaml(Linux/macOS)
# or %USERPROFILE%\.config\micro\syntax\qb64.yaml (Windows)
filetype: qb64
detect: detect:
filename: "\\.(bas|bi|bm)$" filename: "\\.(bas|bi|bm)$"