Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ CoffeeScript
Cogent
ColdFusion
ColdFusionScript
Coq
Cpp
CppHeader
Crystal
Expand Down Expand Up @@ -509,6 +508,7 @@ Rakefile
Razor
Renpy
ReStructuredText
Rocq
RON
RPMSpecfile
Ruby
Expand Down
10 changes: 5 additions & 5 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,6 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["cfc"]
},
"Coq": {
"quotes": [["\\\"", "\\\""]],
"multi_line_comments": [["(*", "*)"]],
"extensions": ["v"]
},
"Cpp": {
"name": "C++",
"line_comment": ["//"],
Expand Down Expand Up @@ -1520,6 +1515,11 @@
],
"doc_quotes": [["\\\"\\\"\\\"", "\\\"\\\"\\\""]],
"extensions": ["roc"]
},
"Rocq": {
"quotes": [["\\\"", "\\\""]],
"multi_line_comments": [["(*", "*)"]],
"extensions": ["v"]
},
"RON": {
"name": "Rusty Object Notation",
Expand Down