Skip to content

Commit

Permalink
Updated cmake.js to new class names.
Browse files Browse the repository at this point in the history
  • Loading branch information
isagalaev committed Jul 15, 2015
1 parent 015257a commit c4f2c05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/languages/cmake.js
Expand Up @@ -28,13 +28,12 @@ function(hljs) {
'while build_name exec_program export_library_dependencies install_files ' +
'install_programs install_targets link_libraries make_directory remove subdir_depends ' +
'subdirs use_mangled_mesa utility_source variable_requires write_file ' +
'qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or',
operator:
'qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or ' +
'equal less greater strless strgreater strequal matches'
},
contains: [
{
className: 'envvar',
className: 'variable',
begin: '\\${', end: '}'
},
hljs.HASH_COMMENT_MODE,
Expand Down

0 comments on commit c4f2c05

Please sign in to comment.