scottchiefbaker
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2013
03:01 PM
Anyone have a good ctag definition for BrightScript?
I'm using Vim to edit my BrightScript and I'd like ctag support. Has anyone created a ctag definition for BrightScript yet? I came up with this one, but it could use a little more.
--langdef=BrightScript
--langmap=BrightScript:.brs
--regex-BrightScript=/^Function[ \t]*([a-zA-Z0-9_]+)/\1/f,function/
--regex-BrightScript=/^Sub[ \t]*([a-zA-Z0-9_]+)/\1/s,sub/
--regex-BrightScript=/^\s*(\w+) ?=/\1/v,variable/
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2013
04:09 PM