GNOME Bugzilla – Bug 775735
language-specs: Add HAXE language specification
Last modified: 2016-12-08 08:36:51 UTC
This is a style for the Haxe programing language https://haxe.org/ "Haxe is an open source toolkit based on a modern, high level, strictly typed programming language."
Created attachment 341525 [details] [review] path that adds all the necesary files to include the haxe languaje it adds the haxe.lang description, but also test/syntax-hightlights/file.hx and modifes data/languaje-scpecs/MAkefile.am and po/POTFILES.skip
Created attachment 341526 [details] [review] language-specs: Add HAXE language specification Fixed use of tabs and spaces in file
Review of attachment 341526 [details] [review]: Looks mostly good. Some comments below. ::: data/language-specs/haxe.lang @@ +5,3 @@ + + Author: Ian Liu Rodrigues <ian.liu88@gmail.com> (modified from java.xml) + Copyright (C) 2003 Gustavo Giráldez <gustavo.giraldez@gmx.net> Is the file encoded in UTF-8? @@ +33,3 @@ +--> + +<language id="haxe" _name="Haxe" version="2.0" _section="Sources"> The section should be "Source", not "Sources". The sections have been renamed several years ago. @@ +241,3 @@ +</language> + + No need to have blank lines at the end of the file. The file should just end with a single \n.
Created attachment 341586 [details] [review] language-specs: Add HAXE language specification
Thanks, pushed as commit 406dc8c2c056fc8b92e6a9574bd0d00480c641d2. And cherry-picked on the gnome-3-24 branch. (there is a problem with the Author in the git commit, please check your git configuration.)