Skip to content

Commit

Permalink
Merge pull request #1 from tenzir/topic/lowercase-name
Browse files Browse the repository at this point in the history
Make name lowercase and add displayName
  • Loading branch information
dit7ya authored Aug 14, 2024
2 parents d83ceea + e57658a commit 87538d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syntaxes/tql.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "TQL",
"name": "tql",
"displayName": "TQL",
"patterns": [
{
"include": "#root"
Expand Down

0 comments on commit 87538d6

Please sign in to comment.