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

version 1.39, 2000/04/09 20:57:25 version 1.40, 2000/04/12 20:53:46
Line 1006  The region is sent terminated by a newli Line 1006  The region is sent terminated by a newli
   '(("( -- )" 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))))
   

Removed from v.1.39  
changed lines
  Added in v.1.40


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>