Skip to content

Commit

Permalink
thanks lyxal very cool
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Jan 11, 2024
1 parent 8958982 commit 1b026f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latest/scripts/languages/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface LanguageData {
export const NUMBER_PART = /^0|[1-9][0-9]*/;
export const VARIABLE_NAME = /^[a-zA-Z][a-zA-Z0-9_]*/;
export const NUMBER = /^(((((0|[1-9][0-9]*)?\.[0-9]*|0|[1-9][0-9]*)_?)?ı((((0|[1-9][0-9]*)?\.[0-9]*|0|[1-9][0-9]*)_?)|_)?)|(((0|[1-9][0-9]*)?\.[0-9]*|0|[1-9][0-9]*)_?))/;
export const KEYWORD = /[a-zA-Z-?!*+=&%<>][a-zA-Z0-9-?!*+=&%<>]*/;
export const KEYWORD = /[a-zA-Z-?!*+=&%<>][a-zA-Z0-9-?!*+=&%<>:]*/;


function elementCompletion(element: Element | Modifier, literate: boolean): Completion {
Expand Down

0 comments on commit 1b026f6

Please sign in to comment.