diff options
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 0f02e81cbad..84cf7308d75 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -1567,7 +1567,7 @@ See `font-lock-syntax-table'.") | |||
| 1567 | 2 font-lock-variable-name-face) | 1567 | 2 font-lock-variable-name-face) |
| 1568 | ;; symbols | 1568 | ;; symbols |
| 1569 | '("\\(^\\|[^:]\\)\\(:\\([-+~]@?\\|[/%&|^`]\\|\\*\\*?\\|<\\(<\\|=>?\\)?\\|>[>=]?\\|===?\\|=~\\|![~=]?\\|\\[\\]=?\\|@?\\(\\w\\|_\\)+\\([!?=]\\|\\b_*\\)\\|#{[^}\n\\\\]*\\(\\\\.[^}\n\\\\]*\\)*}\\)\\)" | 1569 | '("\\(^\\|[^:]\\)\\(:\\([-+~]@?\\|[/%&|^`]\\|\\*\\*?\\|<\\(<\\|=>?\\)?\\|>[>=]?\\|===?\\|=~\\|![~=]?\\|\\[\\]=?\\|@?\\(\\w\\|_\\)+\\([!?=]\\|\\b_*\\)\\|#{[^}\n\\\\]*\\(\\\\.[^}\n\\\\]*\\)*}\\)\\)" |
| 1570 | 2 font-lock-reference-face) | 1570 | 2 font-lock-constant-face) |
| 1571 | ;; variables | 1571 | ;; variables |
| 1572 | '("\\(\\$\\([^a-zA-Z0-9 \n]\\|[0-9]\\)\\)\\W" | 1572 | '("\\(\\$\\([^a-zA-Z0-9 \n]\\|[0-9]\\)\\)\\W" |
| 1573 | 1 font-lock-variable-name-face) | 1573 | 1 font-lock-variable-name-face) |
| @@ -1576,7 +1576,7 @@ See `font-lock-syntax-table'.") | |||
| 1576 | ;; constants | 1576 | ;; constants |
| 1577 | '("\\(^\\|[^_]\\)\\b\\([A-Z]+\\(\\w\\|_\\)*\\)" | 1577 | '("\\(^\\|[^_]\\)\\b\\([A-Z]+\\(\\w\\|_\\)*\\)" |
| 1578 | 2 font-lock-type-face) | 1578 | 2 font-lock-type-face) |
| 1579 | '("\\(^\\s *\\|[\[\{\(,]\\s *\\|\\sw\\s +\\)\\(\\(\\sw\\|_\\)+\\):[^:]" 2 font-lock-reference-face) | 1579 | '("\\(^\\s *\\|[\[\{\(,]\\s *\\|\\sw\\s +\\)\\(\\(\\sw\\|_\\)+\\):[^:]" 2 font-lock-constant-face) |
| 1580 | ;; expression expansion | 1580 | ;; expression expansion |
| 1581 | '(ruby-match-expression-expansion | 1581 | '(ruby-match-expression-expansion |
| 1582 | 0 font-lock-variable-name-face t) | 1582 | 0 font-lock-variable-name-face t) |