[gforth] / gforth / gforth.el  

gforth: gforth/gforth.el

Diff for /gforth/gforth.el between version 1.37 and 1.38

version 1.37, Sat Mar 18 21:27:38 2000 UTC version 1.38, Sun Apr 2 20:18:26 2000 UTC
Line 1000 
Line 1000 
  '(forth-mode)   '(forth-mode)
  (append   (append
   '(("\\\\ \\(.*\\)$" nil comment)) ; comments    '(("\\\\ \\(.*\\)$" nil comment)) ; comments
   '(("( [^)]* -- [^)]* )" nil decl))    '(("( [^)\n]* -- [^)\n]* )" nil decl))
   '(("( -- [^)]* )" nil decl))    '(("( -- [^)\n]* )" nil decl))
   '(("( [^)]* -- )" nil decl))    '(("( [^)\n]* -- )" nil decl))
   '(("( -- )" nil decl))    '(("( -- )" nil decl))
   '(("( " ")" comment))    '(("( " ")" comment))
   '(("\" [^\"]*\"" nil string))    '(("\" [^\"\n]*\"" nil string))
   '(("\\(IF\\|ELSE\\|THEN\\|BEGIN\\|WHILE\\|REPEAT\\|UNTIL\\)" nil keyword))    '(("\\(IF\\|ELSE\\|THEN\\|BEGIN\\|WHILE\\|REPEAT\\|UNTIL\\)" nil keyword))
   '((": *[^ ]*" nil defun))    '((": *[^ \n]*" nil defun))
   '(("Defer *[^ ]*" nil defun))    '(("Defer *[^ \n]*" nil defun))
   '(("Variable *[^ ]*" nil define))    '(("Variable *[^ \n]*" nil define))
   '(("Constant *[^ ]*" nil define))    '(("Constant *[^ \n]*" nil define))
   '(("include *[^ ]*" nil include))    '(("include *[^ \n]*" nil include))
   '(("require *[^ ]*" nil include))    '(("require *[^ \n]*" nil include))
   '(("[         ]\\$[0-9A-Fa-f]+" nil formula))    '(("[         ]\\$[0-9A-Fa-f]+" nil formula))
   '(("[         ]&[0-9]+" nil formula))    '(("[         ]&[0-9]+" nil formula))
   '(("[         ][0-9]+" nil formula))    '(("[         ][0-9]+" nil formula))
   '(("[         ]%[01]+" nil formula))    '(("[         ]%[01]+" nil formula))
   '(("[         ]'[^ ]+" nil formula))    '(("[         ]'[^ \n]+" nil formula))
   '((":noname" nil defun))))    '((":noname" nil defun))))
   
 ;; end  ;; end


Generate output suitable for use with a patch program
Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help