Add support for Lex (#1087)

This commit is contained in:
Mr.UNIX 2024-08-16 13:06:37 +01:00 committed by GitHub
parent 3a352847e2
commit 215887c058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -908,6 +908,11 @@
"extensions": ["less"],
"quotes": [["\\\"", "\\\""], ["'", "'"]]
},
"Lex": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"extensions": ["l", "lex"]
},
"Liquid": {
"name": "Liquid",
"quotes": [["\\\"", "\\\""], ["'", "'"]],