Skip to content

Instantly share code, notes, and snippets.

View bilobom's full-sized avatar
🎯
Focusing

bilobom

🎯
Focusing
View GitHub Profile
@bilobom
bilobom / gist:8076d2d4ff6bda55fc2a13aa5e803eea
Last active February 23, 2024 17:10
codemirror6 react custom autocomplete

In this gist we add Custom HTML and JSON autocomplete without overriding the original autocomplete. Each language support in code mirror exports nameLanguage (eg: htmlLanguage) to allow you to add custom autocomplete.

import React, { useMemo } from 'react'
import CodeMirror from '@uiw/react-codemirror'
import { json, jsonLanguage } from '@codemirror/lang-json'
import { html, htmlLanguage } from '@codemirror/lang-html'
import { syntaxTree } from '@codemirror/language'
@bilobom
bilobom / GitCommitEmoji.md
Created May 3, 2019 22:45 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji