mirror of https://github.com/XAMPPRocky/tokei
Add Avalonia Xaml support (#1280)
This commit is contained in:
parent
d80c99d7ae
commit
2208e0073f
|
|
@ -128,6 +128,12 @@
|
||||||
"line_comment": ["#"],
|
"line_comment": ["#"],
|
||||||
"extensions": ["am"]
|
"extensions": ["am"]
|
||||||
},
|
},
|
||||||
|
"AvaloniaXaml": {
|
||||||
|
"name": "AXAML",
|
||||||
|
"multi_line_comments": [["<!--", "-->"]],
|
||||||
|
"quotes": [["\\\"", "\\\""], ["'", "'"]],
|
||||||
|
"extensions": ["axaml"]
|
||||||
|
},
|
||||||
"AWK": {
|
"AWK": {
|
||||||
"line_comment": ["#"],
|
"line_comment": ["#"],
|
||||||
"shebangs": ["#!/bin/awk -f"],
|
"shebangs": ["#!/bin/awk -f"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue