Skip to content

Commit

Permalink
Add support for Lex (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunix00 authored Aug 16, 2024
1 parent 3a35284 commit 215887c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,11 @@
"extensions": ["less"],
"quotes": [["\\\"", "\\\""], ["'", "'"]]
},
"Lex": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"extensions": ["l", "lex"]
},
"Liquid": {
"name": "Liquid",
"quotes": [["\\\"", "\\\""], ["'", "'"]],
Expand Down

0 comments on commit 215887c

Please sign in to comment.