]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/fuel/factor-mode.el
add extra:syntax.terse, for bitwise ops. Addresses #2641.
[factor.git] / misc / fuel / factor-mode.el
index c2d64ff2f50d50581fe1ae717ae60b6b175dec63..a1533a378f0872d582b5d3ccd1da1d6c2e807ce2 100644 (file)
@@ -178,7 +178,7 @@ these lines in your .emacs:
 ;;; Regexps galore:
 
 ;; Utility regexp used by other regexps to match a Factor symbol name
-(setq-local symbol-nc "\\(?:\\sw\\|\\s_\\|\"\\|\\s(\\|\\s)\\|\\s\\\\)+")
+(setq-local symbol-nc "\\(?:\\sw\\|\\s_\\|`\\|\"\\|\\s(\\|\\s)\\|\\s\\\\)+")
 (setq-local symbol (format "\\(%s\\)" symbol-nc))
 (setq-local c-symbol-nc "\\(?:\\sw\\|\\s_\\|\\[\\|\\]\\)+")
 (setq-local c-symbol (format "\\(%s\\)" c-symbol-nc))