Skip to content

Commit 2208e00

Browse files
authored
Add Avalonia Xaml support (#1280)
1 parent d80c99d commit 2208e00

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

languages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
"line_comment": ["#"],
129129
"extensions": ["am"]
130130
},
131+
"AvaloniaXaml": {
132+
"name": "AXAML",
133+
"multi_line_comments": [["<!--", "-->"]],
134+
"quotes": [["\\\"", "\\\""], ["'", "'"]],
135+
"extensions": ["axaml"]
136+
},
131137
"AWK": {
132138
"line_comment": ["#"],
133139
"shebangs": ["#!/bin/awk -f"],

0 commit comments

Comments
 (0)