1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

LibSyntax: Move Language enum into its own files

This commit is contained in:
Sam Atkins 2023-03-08 16:10:16 +00:00 committed by Sam Atkins
parent a1f2f08764
commit 8007c103dd
5 changed files with 108 additions and 80 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
Highlighter.cpp
Language.cpp
)
serenity_lib(LibSyntax syntax)