Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Adding groovy syntax highlighting. #4322

Merged
merged 2 commits into from
Jun 25, 2013
Merged
Changes from 1 commit
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
10 changes: 8 additions & 2 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"name": "Text",
"mode": ["null", "text/plain"]
},

"css": {

"groovy": {
"name": "Groovy",
"mode": "groovy",
"fileExtensions": ["groovy"]
},

"css": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be indented with 4 spaces, not 3.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already change. thanks

"name": "CSS",
"mode": "css",
"fileExtensions": ["css"],
Expand Down