FUEL: Correct indentation for C: parsing word in factor-mode.

db4
Jose A. Ortega Ruiz 2008-12-14 02:44:04 +01:00
parent cf1a510c1b
commit 04e4ff16f8
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
fuel-syntax--declaration-words-regex))
(defconst fuel-syntax--single-liner-regex
(format "^%s" (regexp-opt '("DEFER:" "GENERIC:" "IN:"
(format "^%s" (regexp-opt '("C:" "DEFER:" "GENERIC:" "IN:"
"PRIVATE>" "<PRIVATE"
"SINGLETON:" "SYMBOL:" "USE:" "VAR:"))))