Skip to content

Commit

Permalink
Add report definition language as a target file
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 25, 2018
1 parent 4bc9795 commit 96954ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5189,5 +5189,23 @@
"\""
]
]
},
"Report Definition Language": {
"line_comment": [],
"extensions": [
"rdl"
],
"multi_line": [
[
"<!--",
"-->"
]
],
"quotes": [
[
"\"",
"\""
]
]
}
}
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 96954ac

Please sign in to comment.