Skip to content

Commit 7a8d6d7

Browse files
Update JunLang.sublime-syntax
1 parent 2308ff9 commit 7a8d6d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

JunLang.sublime-syntax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ file_extensions:
1010
contexts:
1111
main:
1212
- 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
1414
- match: 'note'
1515
push: note
1616
- match: '"'
1717
push: string
1818
string:
1919
- meta_scope: string.quoted.double
2020
- match: '"'
21-
scope: string.quoted.double
21+
scope: string.quoted.double.junlang
2222
pop: true
2323
- match: \\.
24-
scope: constant.character.escape
24+
scope: constant.character.escape.junlang
2525
note:
26-
- meta_scope: comment.line
26+
- meta_scope: comment.line.junlang
2727
- match: '\n'
2828
pop: true

0 commit comments

Comments
 (0)