Debugging fontification error while writing a new mode

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • linguist

    Language Savant. If your repository's language is being reported incorrectly, send us a pull request!

  • ;;; shell-session --- Markup shell commands with their output. ;;; ;;; Commentary: ;;; ;;; Colorizes blocks similar to "console" in GitHub Flavored Markdown ;;; which is defined as "ShellSession" in ;;; https://github.com/github/linguist which uses the regexp in: ;;; https://github.com/atom/language-shellscript/blob/master/grammars/shell-session.cson ;;; ;;; Code: ;;; ;;; Include this in your .emacs init file: ;;; ;;; (require 'shell-session-mode) (defcustom shell-session-prompt-regexp (regexp-quote "^[^[:space:]]*$[[:space:]]+[^[:space:]]+$") "Regexp matching a shell $ prompt with a command." :type 'regexp :group 'shell-session) (define-derived-mode shell-session-mode fundamental-mode "shell-session-mode" "A major mode to display shell sessions." :group 'shell-session (font-lock-add-keywords nil '((shell-session-prompt-regexp . font-lock-keyword-face)))) (add-to-list 'auto-mode-alist '("\\.sh-session\\'" . shell-session-mode)) (provide 'shell-session-mode) ;;; shell-session-mode.el ends here.

  • language-shellscript

    Discontinued ShellScript package for Atom

  • ;;; shell-session --- Markup shell commands with their output. ;;; ;;; Commentary: ;;; ;;; Colorizes blocks similar to "console" in GitHub Flavored Markdown ;;; which is defined as "ShellSession" in ;;; https://github.com/github/linguist which uses the regexp in: ;;; https://github.com/atom/language-shellscript/blob/master/grammars/shell-session.cson ;;; ;;; Code: ;;; ;;; Include this in your .emacs init file: ;;; ;;; (require 'shell-session-mode) (defcustom shell-session-prompt-regexp (regexp-quote "^[^[:space:]]*$[[:space:]]+[^[:space:]]+$") "Regexp matching a shell $ prompt with a command." :type 'regexp :group 'shell-session) (define-derived-mode shell-session-mode fundamental-mode "shell-session-mode" "A major mode to display shell sessions." :group 'shell-session (font-lock-add-keywords nil '((shell-session-prompt-regexp . font-lock-keyword-face)))) (add-to-list 'auto-mode-alist '("\\.sh-session\\'" . shell-session-mode)) (provide 'shell-session-mode) ;;; shell-session-mode.el ends here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • font-lock-studio

    Debugger for Font Lock keywords

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GitHub's Language Analysis System Is Configurable

    1 project | news.ycombinator.com | 27 Mar 2024
  • Change F# Color on GitHub

    1 project | news.ycombinator.com | 1 Feb 2024
  • TIL: Github seems to recognize ebuilds as a format. Is this a new github feature? Or has this been here since forever?

    2 projects | /r/Gentoo | 15 Jun 2023
  • Show/set repository language

    1 project | /r/github | 16 Oct 2022
  • Github feature request to syntax color highlight .sdc and .xdc file formats

    1 project | /r/FPGA | 27 Sep 2022