Add LESS support (.less)

Cheating slightly as it uses the CSS lexer, as pygments currently does
not have a dedicated less lexer. But I figure language recognition and
90% percent correct syntax highlighting is better than neither.
This commit is contained in:
Ben Scott
2013-01-07 15:27:01 +00:00
parent adc9246f66
commit 83ce189a82
2 changed files with 21 additions and 0 deletions

View File

@@ -731,6 +731,13 @@ Lasso:
- .lasso9
- .ldml
Less:
type: markup
group: CSS
lexer: CSS
ace_mode: less
primary_extension: .less
LilyPond:
lexer: Text only
primary_extension: .ly