Update qb64.yaml
This commit is contained in:
parent
437af0b2dc
commit
1e402d8b76
1 changed files with 6 additions and 12 deletions
|
|
@ -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)$"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue