Add Avalonia Xaml support (#1280)

This commit is contained in:
Oscar Ahlén 2025-09-22 09:33:57 +02:00 committed by GitHub
parent d80c99d7ae
commit 2208e0073f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@
"line_comment": ["#"],
"extensions": ["am"]
},
"AvaloniaXaml": {
"name": "AXAML",
"multi_line_comments": [["<!--", "-->"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["axaml"]
},
"AWK": {
"line_comment": ["#"],
"shebangs": ["#!/bin/awk -f"],