FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vdebug/syntax/debugger_stack.vim at master · vim-vdebug/vdebug · GitHub
vim-vdebug
/
vdebug
Public
Notifications
You must be signed in to change notification settings
Fork
157
Star
1.3k
Code
Issues
48
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vdebug
/
syntax
/
debugger_stack.vim
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (16 loc) · 637 Bytes
Breadcrumbs
vdebug
/
syntax
/
debugger_stack.vim
Copy path
File metadata and controls
19 lines (16 loc) · 637 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"
Vim syntax file
"
Language:
Vim Debugger Watch
"
Maintainer:
Jon Cairns
"
Latest Revision:
2 August 2012
if
exists
(
'
b:current_syntax
'
)
finish
endif
syn
match
debuggerStackNumberGroup
'
^
\[\d\+\]
'
contains
=
debuggerStackNumber
syn
match
debuggerStackName
'
\s\z
s
\S\+\z
e
\s
'
syn
region
debuggerStackFile
start
=
+
@
\s
.
+
end
=
+
$
+
contains
=
debuggerStackLineNumber,debuggerStackAt
syn
match
debuggerStackLineNumber
'
:
\z
s
\d\+\z
e
'
contained
syn
match
debuggerStackAt
'
@
\s
'
contained
hi
def
link
debuggerStackNumberGroup
Type
hi
def
link
debuggerStackFile
String
hi
def
link
debuggerStackAt
Identifier
hi
def
link
debuggerStackLineNumber
Special
Back
|
FazBrowse Home
|
New Git URL