Skip to content

Commit

Permalink
Add support for Lex
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunix00 authored May 2, 2024
1 parent 7666b99 commit f24527e
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 @@ -830,6 +830,11 @@
"extensions": ["less"],
"quotes": [["\\\"", "\\\""], ["'", "'"]]
},
"Lex": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"extensions": ["l", "lex"]
},
"Liquid": {
"name": "Liquid",
"quotes": [["\\\"", "\\\""], ["'", "'"]],
Expand Down

0 comments on commit f24527e

Please sign in to comment.