Skip to content

Commit

Permalink
This is operationally equivalent and makes my emacs happier
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 12, 2024
1 parent 0fd1e64 commit 88a7a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twelf-highlight/twelf-tokenizer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ParserResponse, StreamParser } from "./tokenizer-types";

const IDCHARS = /^[_!&$^+/<=>?@~|#*`;,\-\\a-zA-Z0-9'\u{80}-\u{10FFFF}]+/u;
const IDCHARS = /^[_!&$^+\/<=>?@~|#*`;,\-\\a-zA-Z0-9'\u{80}-\u{10FFFF}]+/u;

type State =
| { type: "Toplevel" }
Expand Down

0 comments on commit 88a7a7c

Please sign in to comment.