highlightJS: 'AUTO'
singleLineComment: ['//', '//-']
ignorePrefix: '}'
foldPrefix: '^'
Java:
nameMatchers: ['.java']
pygmentsLexer: 'java'
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
JavaScript:
nameMatchers: ['.js']
pygmentsLexer: 'javascript'
multiLineComment: ['/*', '*', '*/']
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
Jake:
nameMatchers: ['.jake']
pygmentsLexer: 'javascript'
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
JSON :
nameMatchers : ['.json']
pygmentsLexer : 'json'
codeOnly : true
JSP:
nameMatchers: ['.jsp']
pygmentsLexer: 'jsp'
multiLineComment: [
'<%--', '', '--%>'
]
strictMultiLineEnd:true
ignorePrefix: '#'
foldPrefix: '^'
LaTeX:
nameMatchers: ['.tex', '.latex', '.sty']
pygmentsLexer: 'latex'
highlightJS: 'tex'
singleLineComment: ['%']
ignorePrefix: '}'
foldPrefix: '^'
LESS:
nameMatchers: ['.less']
pygmentsLexer: 'sass'
highlightJS: 'scss'
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
LiveScript:
nameMatchers: ['.ls', 'Slakefile']
pygmentsLexer: 'livescript'
multiLineComment: ['/*', '*', '*/']
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
Lua:
nameMatchers: ['.lua']
pygmentsLexer: 'lua'
singleLineComment: ['--']
ignorePrefix: '}'
foldPrefix: '^'
Make:
nameMatchers: ['Makefile']
pygmentsLexer: 'make'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
Mustache:
nameMatchers: ['.mustache']
pygmentsLexer: 'html'
highlightJS: 'handlebars'
multiLineComment: ['{{!', '', '}}']
ignorePrefix: '#'
foldPrefix: '^'
'Objective-C':
nameMatchers: ['.m', '.mm']
pygmentsLexer: 'objc'
highlightJS: 'objectivec'
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
Perl:
nameMatchers: ['.pl', '.pm']
pygmentsLexer: 'perl'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
PHP:
nameMatchers: [/\.php\d?$/, '.fbp']
pygmentsLexer: 'php'
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
Puppet:
nameMatchers: ['.pp']
pygmentsLexer: 'puppet'
highlightJS: 'AUTO'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
Python:
nameMatchers: ['.py']
pygmentsLexer: 'python'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
Ruby:
nameMatchers: ['.rb', '.ru', '.gemspec']
pygmentsLexer: 'ruby'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
Sass:
nameMatchers: ['.sass']
pygmentsLexer: 'sass'
highlightJS: 'AUTO'
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
SCSS:
nameMatchers: ['.scss']
pygmentsLexer: 'scss'
multiLineComment: ['/*', '*', '*/']
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
Shell:
nameMatchers: ['.sh']
pygmentsLexer: 'sh'
highlightJS: 'bash'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
SQL:
nameMatchers: ['.sql']
pygmentsLexer: 'sql'
singleLineComment: ['--']
ignorePrefix: '}'
foldPrefix: '^'
Swift:
nameMatchers: ['.swift']
pygmentsLexer: 'swift'
highlightJS: 'swift'
singleLineComment: ['//']
multiLineComment: ['/*', '*', '*/']
ignorePrefix: '}'
foldPrefix: '^'
TypeScript:
nameMatchers: ['.ts']
pygmentsLexer: 'ts'
multiLineComment: ['/*', '*', '*/']
singleLineComment: ['//']
ignorePrefix: '}'
foldPrefix: '^'
YAML:
nameMatchers: ['.yml', '.yaml']
pygmentsLexer: 'yaml'
highlightJS: 'AUTO'
singleLineComment: ['#']
ignorePrefix: '}'
foldPrefix: '^'
Supported Languages