mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
Adding support to detect the difference between a Grails gsp and a Gosu gsp.
This commit is contained in:
10
test/fixtures/bar.gsp
vendored
Normal file
10
test/fixtures/bar.gsp
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Testing with SiteMesh and Resources</title>
|
||||
<meta name="layout" content="blankMain"/>
|
||||
<r:require module="style"/>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user