mixal-font-lock-keywords
mixal-font-lock-keywords is a variable defined in `
mixal-mode.el
'.
Its value is
(("^\\([A-Z0-9a-z]+\\)"
(1 mixal-font-lock-label-face))
("\\<\\(ADD\\|C\\(?:HAR\\|MP[1-6AX]\\)\\|D\\(?:EC[1-6AX]\\|IV\\)\\|EN\\(?:N[1-6AX]\\|T[1-6AX]\\)\\|HLT\\|I\\(?:N\\(?:C[1-6AX]\\)?\\|OC\\)\\|J\\(?:1\\(?:N[NPZ]\\|[NPZ]\\)\\|2\\(?:N[NPZ]\\|[NPZ]\\)\\|3\\(?:N[NPZ]\\|[NPZ]\\)\\|4\\(?:N[NPZ]\\|[NPZ]\\)\\|5\\(?:N[NPZ]\\|[NPZ]\\)\\|6\\(?:N[NPZ]\\|[NPZ]\\)\\|A\\(?:N[NPZ]\\|[NPZ]\\)\\|BUS\\|GE\\|LE\\|MP\\|N\\(?:E\\|OV\\)\\|OV\\|RED\\|SJ\\|X\\(?:N[NPZ]\\|[NPZ]\\)\\|[EGL]\\)\\|LD\\(?:[1-6AX]N\\|[1-6AX]\\)\\|M\\(?:OVE\\|UL\\)\\|N\\(?:OP\\|UM\\)\\|OUT\\|S\\(?:L\\(?:AX\\|[AC]\\)\\|R\\(?:AX\\|[AC]\\)\\|T[1-6AJXZ]\\|UB\\)\\)\\>" . mixal-font-lock-operation-code-face)
("\\<\\(ALF\\|CON\\|E\\(?:ND\\|QU\\)\\|ORIG\\)\\>" . mixal-font-lock-assembly-pseudoinstruction-face)
("^[A-Z0-9a-z]*[ ]+[A-ZO-9a-z]+[ ]+\\(=.*=\\)"
(1 font-lock-constant-face)))
- This variable may be risky if used as a file-local variable.
Documentation:
Keyword highlighting specification for `mixal-mode'.