We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895a176 commit b8b5dc0Copy full SHA for b8b5dc0
languages.json
@@ -40,6 +40,11 @@
40
"quotes": [["\\\"", "\\\""]],
41
"extensions": ["ino"]
42
},
43
+ "Arturo": {
44
+ "line_comment": [";"],
45
+ "quotes": [["\\\"", "\\\""]],
46
+ "extensions": ["art"]
47
+ },
48
"AsciiDoc": {
49
"line_comment": ["//"],
50
"multi_line_comments": [["////", "////"]],
tests/data/arturo.art
@@ -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