Highlight account names with spaces.
This commit is contained in:
parent
f0791bbd72
commit
8834fc0c15
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
||||||
;;("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)"
|
;;("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)"
|
||||||
;; 2 font-lock-type-face)
|
;; 2 font-lock-type-face)
|
||||||
("^\\s-+\\([*]\\s-*\\)?\\(\\([[(]\\)?[^*:
|
("^\\s-+\\([*]\\s-*\\)?\\(\\([[(]\\)?[^*:
|
||||||
]+?:[^]);
|
]+?:\\([^]);
|
||||||
]+?\\([])]\\)?\\)\\( \\| \\|$\\)"
|
]\\|\\s-\\)+?\\([])]\\)?\\)\\( \\| \\|$\\)"
|
||||||
2 font-lock-keyword-face)
|
2 font-lock-keyword-face)
|
||||||
("^\\([~=].+\\)" 1 font-lock-function-name-face)
|
("^\\([~=].+\\)" 1 font-lock-function-name-face)
|
||||||
("^\\([A-Za-z]+ .+\\)" 1 font-lock-function-name-face))
|
("^\\([A-Za-z]+ .+\\)" 1 font-lock-function-name-face))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue