[gforth] / gforth / gforth.el  

gforth: gforth/gforth.el

Diff for /gforth/gforth.el between version 1.39 and 1.40

version 1.39, Sun Apr 9 20:57:25 2000 UTC version 1.40, Wed Apr 12 20:53:46 2000 UTC
Line 1006 
Line 1006 
   '(("( -- )" nil decl))    '(("( -- )" nil decl))
   '(("( " ")" comment))    '(("( " ")" comment))
   '(("\" [^\"\n]*\"" nil string))    '(("\" [^\"\n]*\"" nil string))
   '(("\\(\\[IF]\\|\\[IFDEF]\\|\\[IFUNDEF]\\|\\[ELSE]\\|\\[THEN]\\|IF\\|ELSE\\|THEN\\|BEGIN\\|WHILE\\|REPEAT\\|UNTIL\\|?DO\\|DO\\|\+LOOP\\|LOOP\\)" nil keyword))    '(("\\(\\[IF]\\|\\[IFDEF]\\|\\[IFUNDEF]\\|\\[ELSE]\\|\\[THEN]\\|IF\\|ELSE\\|THEN\\|BEGIN\\|WHILE\\|REPEAT\\|UNTIL\\|DOES>\\|?DO\\|DO\\|\+LOOP\\|LOOP\\)" nil keyword))
   '((": *[^ \n]*" nil defun))    '((": *[^ \n]*" nil defun))
   '(("Defer *[^ \n]*" nil defun))    '(("Defer *[^ \n]*" nil defun))
   '(("Variable *[^ \n]*" nil define))    '(("\\(Variable\\|Constant\\|Value\\|Create\\) *[^ \n]*" nil define))
   '(("Constant *[^ \n]*" nil define))    '(("\\(include\\|require\\) *[^ \n]*" nil include))
   '(("include *[^ \n]*" nil include))  
   '(("require *[^ \n]*" nil include))  
   '(("[\n       ]\\(\\$[0-9A-Fa-f]+[\n  ]\\|&[0-9]+[\n  ]\\|[0-9]+[\n   ]\\|%[01]+[\n   ]\\|'[^ \n]+\\)+" nil formula))    '(("[\n       ]\\(\\$[0-9A-Fa-f]+[\n  ]\\|&[0-9]+[\n  ]\\|[0-9]+[\n   ]\\|%[01]+[\n   ]\\|'[^ \n]+\\)+" nil formula))
   '((":noname" nil defun))))    '((":noname" nil defun))))
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help