mirror of https://github.com/XAMPPRocky/tokei
Add support for Lex (#1087)
This commit is contained in:
parent
3a352847e2
commit
215887c058
|
|
@ -908,6 +908,11 @@
|
|||
"extensions": ["less"],
|
||||
"quotes": [["\\\"", "\\\""], ["'", "'"]]
|
||||
},
|
||||
"Lex": {
|
||||
"line_comment": ["//"],
|
||||
"multi_line_comments": [["/*", "*/"]],
|
||||
"extensions": ["l", "lex"]
|
||||
},
|
||||
"Liquid": {
|
||||
"name": "Liquid",
|
||||
"quotes": [["\\\"", "\\\""], ["'", "'"]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue