Skip to content

Commit

Permalink
Support syntax highlighting for Meson options file (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Aug 1, 2023
1 parent 8bf521c commit cc324f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/filedefs/filetypes.Meson.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[keywords]
primary=and break continue elif else endforeach endif false foreach if in not or true
identifiers=add_global_arguments add_global_link_arguments add_languages add_project_arguments add_project_link_arguments add_test_setup alias_target assert benchmark both_libraries build_target configuration_data configure_file custom_target declare_dependency dependency disabler environment error executable files find_library find_program generator get_option get_variable import include_directories install_data install_headers install_man install_subdir is_disabler is_variable jar join_paths library message project run_command run_target set_variable shared_library shared_module static_library subdir subdir_done subproject summary test vcs_tag warning
identifiers=add_global_arguments add_global_link_arguments add_languages add_project_arguments add_project_link_arguments add_test_setup alias_target assert benchmark both_libraries build_target configuration_data configure_file custom_target declare_dependency dependency disabler environment error executable files find_library find_program generator get_option get_variable import include_directories install_data install_headers install_man install_subdir is_disabler is_variable jar join_paths library message option project run_command run_target set_variable shared_library shared_module static_library subdir subdir_done subproject summary test vcs_tag warning

[lexer_properties=Python]

Expand Down
2 changes: 1 addition & 1 deletion data/filetype_extensions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Lua=*.lua;
Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;
Markdown=*.mdml;*.markdown;*.md;*.mkd;*.mkdn;*.mdwn;*.mdown;*.mdtxt;*.mdtext;
Matlab/Octave=*.m;
Meson=meson.build;
Meson=meson.build;meson.options;meson_options.txt;
Nim=*.nim;
NSIS=*.nsi;*.nsh;
Objective-C=*.m;*.mm;*.h;
Expand Down

0 comments on commit cc324f4

Please sign in to comment.