Skip to content

Commit 898761d

Browse files
gandarezalecthomas
authored andcommitted
Move lexers to correct folders
1 parent 5b9087a commit 898761d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lexers/hlb.go renamed to lexers/h/hlb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package lexers
1+
package h
22

33
import (
44
. "github.com/alecthomas/chroma" // nolint

lexers/qml.go renamed to lexers/q/qml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package lexers
1+
package q
22

33
import (
44
. "github.com/alecthomas/chroma" // nolint

0 commit comments

Comments
 (0)