Skip to content

Commit

Permalink
scss.lang, less.lang: Add new languages
Browse files Browse the repository at this point in the history
SCSS (a newer syntax of Sass[1]) and Less[2] are two popular
preprocessor style sheet languages that are interpreted or compiled into
CSS. This adds language definitions for these two languages.

This also depends on the extensibility changes in !1.

[1] http://sass-lang.com/
[2] http://lesscss.org/
  • Loading branch information
jefferyto committed Jun 4, 2018
1 parent a8c4ef0 commit 472515e
Show file tree
Hide file tree
Showing 6 changed files with 3,259 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/language-specs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ LANGUAGES = \
julia.lang \
kotlin.lang \
latex.lang \
less.lang \
lex.lang \
libtool.lang \
llvm.lang \
Expand Down Expand Up @@ -110,6 +111,7 @@ LANGUAGES = \
scala.lang \
scheme.lang \
scilab.lang \
scss.lang \
sh.lang \
sml.lang \
sparql.lang \
Expand Down
Loading

0 comments on commit 472515e

Please sign in to comment.