File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ file_extensions:
10
10
contexts :
11
11
main :
12
12
- match : ' \b(output|wrap|new|set|input|addition|subtraction|multiplication|division|equal|greater|less|equal_or_greater|equal_or_less|not|if|end-if|loop|end-loop)\b'
13
- scope : keyword.control
13
+ scope : keyword.control.junlang
14
14
- match : ' note'
15
15
push : note
16
16
- match : ' "'
17
17
push : string
18
18
string :
19
19
- meta_scope : string.quoted.double
20
20
- match : ' "'
21
- scope : string.quoted.double
21
+ scope : string.quoted.double.junlang
22
22
pop : true
23
23
- match : \\.
24
- scope : constant.character.escape
24
+ scope : constant.character.escape.junlang
25
25
note :
26
- - meta_scope : comment.line
26
+ - meta_scope : comment.line.junlang
27
27
- match : ' \n'
28
28
pop : true
You can’t perform that action at this time.
0 commit comments