mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 21:02:26 +00:00
remove scope pop in ctag since file is the scope
This commit is contained in:
parent
b12029e3ed
commit
089ca94207
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
|||
--kinddef-Oberon=p,procedure,procedures
|
||||
|
||||
--regex-Oberon=/^\s*MODULE\s+([a-zA-Z][a-zA-Z0-9]*)\s*;/\1/m/{scope=push}
|
||||
--regex-Oberon=/^\s*END\s+([a-zA-Z][a-zA-Z0-9]*)\s*\./\1/m/{scope=pop}
|
||||
--regex-Oberon=/^\s*PROCEDURE\s*(\^|-)?\s*([a-zA-Z][a-zA-Z0-9]*)/\2/p/{scope=ref}
|
||||
# NOTE Oberon-2 receiver procedures not supported
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue