diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml index 85cc95d4..37d2e94c 100644 --- a/languages.toml +++ b/languages.toml @@ -886,7 +886,6 @@ indent = { tab-width = 2, unit = " " } '{' = '}' '[' = ']' '"' = '"' -'`' = '`' [[grammar]] name = "ocaml" @@ -907,7 +906,6 @@ indent = { tab-width = 2, unit = " " } '{' = '}' '[' = ']' '"' = '"' -'`' = '`' [[grammar]] name = "ocaml-interface" |