Skip to content

Instantly share code, notes, and snippets.

@mheob
Last active February 8, 2021 15:48
Show Gist options
  • Save mheob/5541b61d901d38af640df6c4a41aac0c to your computer and use it in GitHub Desktop.
Save mheob/5541b61d901d38af640df6c4a41aac0c to your computer and use it in GitHub Desktop.
Simple (plain) JSX and TSX syntax for the micro editor https://github.com/zyedidia/micro
# ~/.config/micro/syntax/jsx.yaml
filetype: jsx
detect:
filename: "\\.jsx$"
rules:
- include: "javascript"
# ~/.config/micro/syntax/tsx.yaml
filetype: jsx
detect:
filename: "\\.tsx$"
rules:
- include: "typescript"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment