-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsyntax_test_zorgmode
78 lines (60 loc) · 1.44 KB
/
syntax_test_zorgmode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# SYNTAX TEST "Packages/Zorgmode/Zorgmode.sublime-syntax"
* Some headline
# <- heading.1.text.org
** Some headline level 2
# <- heading.2.text.org
*** Some headline level 3
# <- heading.3.text.org
**** Some headline level 4
# <- heading.4.text.org
***** Some headline level 5
# <- heading.5p.text.org
****** Some headline level 6
# <- heading.5p.text.org
*this is not headline
# <- text.org
Some text
# <- text.org
- list entry
# <- entry.list.text.org
* list entry
# <- entry.list.text.org
1. list entry
# <- entry.list.text.org
a. list entry
# <- entry.list.text.org
* headline
# <- entry.list.text.org
[[some link]]
#^^^^^^^^^^^^^ link.text.org
# ^^^^^^^^^ markup.underline.link.text.org
[[ref][description]]
#^^^^^^^^^^^^^^^^^^^^ link.text.org
# ^^^^^^^^^^^ markup.underline.link.text.org
http://www.example.com/
#^^^^^^^^^^^^^^^^^^^^^^^ link.text.org
#^^^^^^^^^^^^^^^^^^^^^^^ markup.underline.link.text.org
- some text [[link]] [[link_address][text]]
# ^^^^ markup.underline.link.text.org
# ^^^^ markup.underline.link.text.org
# ^^^^^^^^^ entry.list.text.org
[[broken link]
* nonbroken headline
# ^ heading.1.text.org
#+ARCHIVE: foobar
# <- special_line.text.org
#+BEGIN_SRC
# <- special_line
foobar
# <- markup.raw
* Not a Title
# <- markup.raw
#+END_SRC
# <- special_line
#+BEGIN_SRC py
def foo():
# <- source.python
# <- markup.raw
#+END_SRC py
: $ git clone
# <- markup.raw