Skip to content

Instantly share code, notes, and snippets.

@LiteTabs
LiteTabs / gist:6074753
Created July 24, 2013 21:31
~/.local/share/gtksourceview-3.0/language-specs/lisp.lang
<?xml version="1.0" encoding="UTF-8"?>
<!--
Author: Burdukov Denis <litetabs@gmail.com>
Copyright (C) 2013 Burdukov Denis
-->
<language id="lisp" _name="Common Lisp" version="2.0" _section="Sources">
#!/bin/sh
# ANSI Color -- use these variables to easily have different color
# and format output. Make sure to output the reset sequence after
# colors (f = foreground, b = background), and use the 'off'
# feature for anything you turn on.
initializeANSI()
{
esc=""
<?xml version="1.0" encoding="UTF-8"?>
<language id="lisp" _name="Common Lisp" version="1.0" _section="Sources">
<metadata>
<!-- <property name="mimetypes">text/x-lisp</property> -->
<property name="mimetypes">text/plain</property>
<property name="globs">*.lisp</property>
<property name="line-comment-start">;</property>
</metadata>