Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/docs/dep/prism.ts>GrammarRest

A frugal web framework
Go to Latest
interface GrammarRest
import { type GrammarRest } from "https://deno.land/x/frugal@0.5.0/docs/dep/prism.ts";

Properties

optional
keyword: GrammarValue | undefined
optional
number: GrammarValue | undefined
optional
function: GrammarValue | undefined
optional
string: GrammarValue | undefined
optional
boolean: GrammarValue | undefined
optional
operator: GrammarValue | undefined
optional
punctuation: GrammarValue | undefined
optional
atrule: GrammarValue | undefined
optional
url: GrammarValue | undefined
optional
selector: GrammarValue | undefined
optional
property: GrammarValue | undefined
optional
important: GrammarValue | undefined
optional
style: GrammarValue | undefined
optional
comment: GrammarValue | undefined
optional
class-name: GrammarValue | undefined
optional
rest: Grammar | undefined

An optional grammar object that will appended to this grammar.