Skip to content

Commit b8b5dc0

Browse files
Add Arturo support (#1108)
1 parent 895a176 commit b8b5dc0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

languages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"quotes": [["\\\"", "\\\""]],
4141
"extensions": ["ino"]
4242
},
43+
"Arturo": {
44+
"line_comment": [";"],
45+
"quotes": [["\\\"", "\\\""]],
46+
"extensions": ["art"]
47+
},
4348
"AsciiDoc": {
4449
"line_comment": ["//"],
4550
"multi_line_comments": [["////", "////"]],

tests/data/arturo.art

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
; 8 lines 3 code 3 comments 2 blanks
2+
; this is a comment
3+
; this is another comment
4+
5+
a1: 2
6+
a2: 3.14 ; pi
7+
8+
a3: 213213 ; another number

0 commit comments

Comments
 (0)