mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-24 16:53:55 +01:00
include!
generated mappings in source
This commit is contained in:
parent
9f4259721a
commit
d24501ab5e
@ -7,6 +7,13 @@ use globset::{Candidate, GlobBuilder, GlobMatcher};
|
|||||||
|
|
||||||
pub mod ignored_suffixes;
|
pub mod ignored_suffixes;
|
||||||
|
|
||||||
|
// Static syntax mappings generated from /src/syntax_mapping/builtins/ by the
|
||||||
|
// build script (/build/syntax_mapping.rs).
|
||||||
|
include!(concat!(
|
||||||
|
env!("OUT_DIR"),
|
||||||
|
"/codegen_static_syntax_mappings.rs"
|
||||||
|
));
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum MappingTarget<'a> {
|
pub enum MappingTarget<'a> {
|
||||||
|
Loading…
Reference in New Issue
Block a user