From 70e40d816b5e80233576350e1bad69b52702f017 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Sun, 7 Jun 2015 20:09:05 +0200 Subject: [PATCH] Change ".cls" extension for Apex Use the // comment line editing --- resources/languages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/languages.json b/resources/languages.json index c5835501..cfaba1f4 100644 --- a/resources/languages.json +++ b/resources/languages.json @@ -7,7 +7,7 @@ ".btm": {"name": "dos", "symbol": "@?rem"}, ".c": {"name": "c", "symbol": "//"}, ".clj": {"name": "clojure", "symbol": ";"}, - ".cls": {"name": "tex", "symbol": "%"}, + ".cls": {"name": "apex", "symbol": "//"}, ".cmake": {"name": "cmake", "symbol": "#"}, ".cmd": {"name": "dos", "symbol": "@?rem"}, ".coffee": {"name": "coffeescript", "symbol": "#"},