Skip to content

Commit

Permalink
Update to the latest Prolog lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 22, 2023
1 parent 7692563 commit b4e7957
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 267 deletions.
11 changes: 4 additions & 7 deletions data/filedefs/filetypes.prolog
Expand Up @@ -13,16 +13,13 @@ variable=default
anonymous=default
number=number_1
operator=operator
character=character
character_too_many=error
character_escape_error=error
string=string_1
string_quote=string_1
string_escape=string_1
string_escape_error=error
string_eol_open=string_1
string_verbatim=string_1
string_verbatim_special=string_1
string_verbatim_eol=string_1
string_eol=string_1
embedded=string_1
placeholder=string_1

[keywords]
# all items must be in one line
Expand Down

0 comments on commit b4e7957

Please sign in to comment.