syntax

package
v0.0.0-...-74c0925 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Creator

type Creator func(filename string) Syntax

type Default

type Default string

func (Default) FileName

func (d Default) FileName() string

func (Default) Highlight

func (d Default) Highlight(str string) string

func (Default) Type

func (d Default) Type() string

type MarkerDown

type MarkerDown string

func (MarkerDown) FileName

func (m MarkerDown) FileName() string

func (MarkerDown) Highlight

func (m MarkerDown) Highlight(s string) string

func (MarkerDown) Type

func (m MarkerDown) Type() string

type Syntax

type Syntax interface {
	Type() string

	Highlight(s string) string

	FileName() string
}

func From

func From(filename string) Syntax

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL