File: css-mode.el.html

Yet another CSS mode.

Defined variables (54)

css--angle-regexpA regular expression matching a CSS angle.
css--at-idsList of at-rules for the current mode.
css--bang-idsList of bang-rules for the current mode.
css--color-mapMap CSS named colors to their hex RGB value.
css--colors-regexpA regular expression that matches the start of a CSS color.
css--html-tagsList of HTML tags.
css--mdn-completion-listList of all symbols available for lookup via MDN.
css--mdn-property-regexpRegular expression to match a CSS property.
css--mdn-symbol-regexpRegular expression to match the CSS symbol at point.
css--nested-selectors-allowedNon-nil if nested selectors are allowed in the current mode.
css--number-or-percent-regexpA regular expression matching a CSS number or a CSS percentage.
css--number-regexpA regular expression matching a CSS number.
css--percent-regexpA regular expression matching a CSS percentage.
css--property-value-cacheCache of previously completed property values.
css--treesit-defun-type-regexpSettings for ‘treesit-defun-type-regexp’.
css--treesit-font-lock-feature-listSettings for ‘treesit-font-lock-feature-list’.
css--treesit-indent-rulesTree-sitter indentation rules for ‘css-ts-mode’.
css--treesit-settingsTree-sitter font-lock settings for ‘css-ts-mode’.
css--treesit-simple-imenu-settingsSettings for ‘treesit-simple-imenu’.
css--treesit-thing-settingsSettings for ‘treesit-thing-settings’.
css-at-idsIdentifiers that appear in the form @foo.
css-bang-idsIdentifiers that appear in the form !foo.
css-base-mode-abbrev-tableAbbrev table for ‘css-base-mode’.
css-base-mode-hookHook run after entering ‘css-base-mode’.
css-base-mode-mapKeymap for ‘css-base-mode’.
css-base-mode-syntax-tableSyntax table for ‘css-base-mode’.
css-class-list-functionCalled to provide completions of class names.
css-descriptor-idsIdentifiers for font descriptors.
css-electric-keysSelf inserting keys which should trigger re-indentation.
css-fontify-colorsWhether CSS colors should be fontified using the color as the background.
css-id-list-functionCalled to provide completions of IDs.
css-indent-offsetBasic size of one indentation step.
css-lookup-url-formatFormat for a URL where CSS documentation can be found.
css-media-idsIdentifiers for types of media.
css-mode--menuMenu bar for ‘css-mode’
css-mode-abbrev-tableAbbrev table for ‘css-mode’.
css-mode-hookHook run after entering ‘css-mode’.
css-mode-mapKeymap used in ‘css-mode’.
css-mode-syntax-tableSyntax table for ‘css-mode’.
css-property-alistIdentifiers for properties and their possible values.
css-property-idsIdentifiers for properties.
css-pseudo-class-idsIdentifiers for pseudo-classes.
css-pseudo-element-idsIdentifiers for pseudo-elements.
css-ts-mode--outline-predicatePredicate for ‘treesit-outline-predicate’.
css-ts-mode-abbrev-tableAbbrev table for ‘css-ts-mode’.
css-ts-mode-hookHook run after entering ‘css-ts-mode’.
css-ts-mode-mapKeymap used in ‘css-ts-mode’.
css-value-class-alistProperty value classes and their values.
scss-at-idsAdditional identifiers that appear in the form @foo in SCSS.
scss-bang-idsAdditional identifiers that appear in the form !foo in SCSS.
scss-mode-abbrev-tableAbbrev table for ‘scss-mode’.
scss-mode-hookHook run after entering ‘scss-mode’.
scss-mode-mapKeymap for ‘scss-mode’.
scss-mode-syntax-tableSyntax table for ‘scss-mode’.

Defined functions (40)

css--colon-inside-funcall()
css--colon-inside-selector-p()
css--color-skip-blanks()
css--color-to-4-dpc(HEX)
css--complete-at-rule()
css--complete-bang-rule()
css--complete-property()
css--complete-property-value()
css--complete-pseudo-element-or-class()
css--complete-selector()
css--compute-color(START-POINT MATCH)
css--font-lock-keywords(&optional SASSY)
css--fontify-region(START END &optional LOUDLY)
css--foreign-completions(EXTRACTOR)
css--format-hex(HEX)
css--format-rgba-alpha(ALPHA)
css--hex-alpha(HEX)
css--hex-color(STR)
css--hex-to-rgb()
css--hsl-color()
css--join-nested-selectors(SELECTORS)
css--mdn-find-symbol()
css--named-color(START-POINT STR)
css--named-color-to-hex()
css--property-values(PROPERTY)
css--rgb-color(&optional INCLUDE-ALPHA)
css--rgb-to-named-color-or-hex()
css--selector-regexp(SASSY)
css--treesit-defun-name(NODE)
css--value-class-lookup(VALUE-CLASS)
css-base-mode()
css-completion-at-point()
css-current-defun-name()
css-cycle-color-format()
css-fill-paragraph(&optional JUSTIFY)
css-lookup-symbol(SYMBOL)
css-mode()
css-smie-rules(KIND TOKEN)
css-ts-mode()
scss-mode()

Defined faces (2)

css-propertyFace to use for properties.
css-selectorFace to use for selectors.