Fixed font-lock REGEX to allow account names with spaces
This commit is contained in:
parent
a3fb26559b
commit
8c0f6cb9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ text that should replace the format specifier."
|
||||||
("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([^*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)" 2 bold)
|
("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([^*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)" 2 bold)
|
||||||
;;("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)"
|
;;("^[0-9]+[-/.=][-/.=0-9]+\\s-+\\(([^)]+)\\s-+\\)?\\([*].+?\\)\\(\\( ;\\| ;\\|$\\)\\)"
|
||||||
;; 2 font-lock-type-face)
|
;; 2 font-lock-type-face)
|
||||||
("^\\s-+\\([*]\\s-*\\)?\\(\\([[(]\\)?\\([A-Za-z]\\|\\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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue