Skip to content

Commit

Permalink
Add Arturo support
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jun 6, 2024
1 parent 1770db0 commit 18f44a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["ino"]
},
"Arturo": {
"line_comment": [";"],
"extensions": ["art"]
},
"AsciiDoc": {
"line_comment": ["//"],
"multi_line_comments": [["////", "////"]],
Expand Down
8 changes: 8 additions & 0 deletions tests/data/arturo.art
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; 8 lines 3 code 3 comments 2 blanks
; this is a comment
; this is another comment

a1: 2
a2: 3.14 ; pi

a3: 213213 ; another number

0 comments on commit 18f44a9

Please sign in to comment.