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)$"