From 1e402d8b76b6a5e237a2ac80e7bfa0829ef6ef7d Mon Sep 17 00:00:00 2001 From: visionmercer Date: Wed, 5 Aug 2026 18:56:18 +0200 Subject: [PATCH] Update qb64.yaml --- qb64pe.yaml => qb64.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) rename qb64pe.yaml => qb64.yaml (96%) diff --git a/qb64pe.yaml b/qb64.yaml similarity index 96% rename from qb64pe.yaml rename to qb64.yaml index b0dbfe2..0d59cad 100644 --- a/qb64pe.yaml +++ b/qb64.yaml @@ -1,15 +1,9 @@ -# QB64 Phoenix Edition (QB64-PE) 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) +# QB64 syntax highlighting for the micro editor -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: filename: "\\.(bas|bi|bm)$"